Skip to content

hamidraza/zcui-vue-pwa

Repository files navigation

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.