Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.52 KB

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.