All Projects → HulkApps → polaris-vue

HulkApps / polaris-vue

Licence: MIT license
Polaris Vue by HulkApps is a component library for Vue.js based on Shopify Polaris style guide.

Programming Languages

Vue
7211 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to polaris-vue

Shopify-Serverless-Starter-App
Shopify Serverless Starter Application built on Serverless Framework and Polaris UI (React.js)
Stars: ✭ 56 (+43.59%)
Mutual labels:  shopify, shopify-polaris
koa-shopify-starter
A slightly modified version of https://github.com/Shopify/unite-react-node-app-workshop.
Stars: ✭ 14 (-64.1%)
Mutual labels:  shopify, shopify-polaris
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (-30.77%)
Mutual labels:  shopify
multiproxy
multiproxy: multiple environments per application
Stars: ✭ 15 (-61.54%)
Mutual labels:  shopify
shopify-node-react-app
Shopify paid app in Node.js & React.js that connects to a store and lets merchants select products to automatically discount them in the Shopify admin interface.
Stars: ✭ 29 (-25.64%)
Mutual labels:  shopify
shopify-slater-tailwindcss
Shopify Starter Theme + TailwindCSS with PurgeCSS
Stars: ✭ 40 (+2.56%)
Mutual labels:  shopify
shopify-wishlist
💙 A set of files used to implement a simple customer wishlist on a Shopify store
Stars: ✭ 115 (+194.87%)
Mutual labels:  shopify
jimbo
Jimbo - The Free to use and powerful Shopify Bot
Stars: ✭ 22 (-43.59%)
Mutual labels:  shopify
hooked
Microservice for communicating between Contentful and Shopify
Stars: ✭ 17 (-56.41%)
Mutual labels:  shopify
gulp-shopify
Blank slate Shopify theme for Developers, packaged with Gulp.js for processing SCSS, JavaScript (ES6), images and fonts. Made to support Online Store 2.0 features and Shopify CLI.
Stars: ✭ 142 (+264.1%)
Mutual labels:  shopify
monitor
Community restock monitor template
Stars: ✭ 78 (+100%)
Mutual labels:  shopify
vscode-liquid
💧Liquid language support for VS Code
Stars: ✭ 137 (+251.28%)
Mutual labels:  shopify
interledger-payment-app-example
An implementation of the Interledger spec through an Android's Payment App
Stars: ✭ 26 (-33.33%)
Mutual labels:  shopify
richer
jquery free ajax cart for shopify
Stars: ✭ 35 (-10.26%)
Mutual labels:  shopify
go-shopify
DEPRECATION NOTICE: Continuing support for the go-shopify library will be at Bold Commerce's fork. Please open issues and pull requests over there.
Stars: ✭ 49 (+25.64%)
Mutual labels:  shopify
shopify-app-starter-kit
Shopify app starter kit written in Ruby on Rails w/ appropriate tools to get your Shopify app up and running quickly 🚀
Stars: ✭ 42 (+7.69%)
Mutual labels:  shopify
gatsby-starter-shopify-app
[Experimental] ⚡️💰🏗Serverless Shopify App w/ Gatsby & Firebase
Stars: ✭ 102 (+161.54%)
Mutual labels:  shopify-polaris
ShopifyScripts
Various Shopify scripts to generate XML product feeds, remarketing tracking for Google Ads, and others.
Stars: ✭ 98 (+151.28%)
Mutual labels:  shopify
shopapp-shopify-ios
A Shopify provider for a ShopApp for iOS application
Stars: ✭ 49 (+25.64%)
Mutual labels:  shopify
shopify-node-app-starter
🚀🚀 A Shopify embedded app starter template, written in TypeScript with session storage, app context and examples for basic functionalities.
Stars: ✭ 99 (+153.85%)
Mutual labels:  shopify

Polaris Vue

Polaris Vue by HulkApps is a component library for Vue.js based on Shopify Polaris style guide.

Documentation

You could browse online documentation here.

Quick start

You need Vue.js version 2+.

1. Install via npm

Using NPM

npm i @hulkapps/polaris-vue

Using Yarn

yarn add @hulkapps/polaris-vue

2. Import and use Polaris Vue

import Vue from 'vue';
import PolarisVue from '@hulkapps/polaris-vue';
import '@hulkapps/polaris-vue/dist/polaris-vue.min.css';
Vue.use(PolarisVue);

Other available builds

'/dist/polaris-vue.min.js';
'/dist/polaris-vue.ssr.js';
'/dist/polaris-vue.esm.js';

Contributing

If you notice any bugs, please create issue tickets. Also, pull requests are welcome.

License

Code released under MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].