ch-project-vue-cli
v1.0.37
Published
ch-cli
Readme
the operating instructions of ch cli (ch脚手架使用说明)
Install(安装)
- npm install ch-project-vue-cli -g
Displays instructions for all commands(显示所有指令的说明)
- ch-cli --help
Query the instructions for the specified command(查询指定命令的使用说明)
ch-cli [command] --help
For example: ch-cli create --help
the commands of create a new page (创建新页面的命令)
ch-cli create -p
ch-cli create -page
the commands of create a new component (创建新组件的命令)
ch-cli create -c
ch-cli create -component
the command of update router according to the folder structure(根据文件夹结构更新路由文件)
- ch-cli router
