test


Keywords
qh, 构建, 发布
License
Other
Install
npm install qh-cli@0.0.10

Documentation

qh-cli

NPM version

qh-cli boilerplate generator.


Install

$ cnpm / npm install qh-cli -g

Usage

$ created frontend project
$ qh-cli init project-name -f

$ created node project
$ qh-cli init node-project-name -b

//undo deploying
$ created vux-frontend project
$ qh-cli init project-name -vux

$ cd project-name

$ cnpm / npm install