0.0.1 • Published 7 years ago

web-header v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

PRs Welcome issues Dependencies Travis-ci zcui-cli CodeClimate

Greenkeeper badge

Installation

npm install --global zcui
zcui init HelloWorld --target vue
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.