hamidraza / zcui-vue-pwa

Vuejs pwa app variant for zcui projects
MIT License
1 stars 2 forks source link
pwa vuejs zcui

PRs Welcome issues Dependencies Travis-ci Maintainability Coverage Status zcui-cli Greenkeeper badge

Installation

$ npm install --global zcui
$ zcui init HelloWorld --target vue-pwa
$ cd HelloWorld

Available commands

# start development server
$ npm run dev

# create production build
$ npm run prod

#analyze dependencies
$ npm run analyze

Explore zcui to know more about commands to create components, layouts, pages, styles, stores and helpers.