cmstop-cli
v1.0.4
Published
## 介绍 本脚手架以[vue-admin-template](https://github.com/PanJiaChen/vue-admin-template/blob/master/README-zh.md)框架的master分支为原型,想了解框架更多信息请转到[文档](https://panjiachen.github.io/vue-element-admin-site/zh/)。
Readme
思拓前端项目脚手架
介绍
本脚手架以vue-admin-template框架的master分支为原型,想了解框架更多信息请转到文档。
用法
- 安装作为一个全局的模块
npm install -g cmstop-cli- 初始化你的项目
cmstop-cli init <project-name>示例
cmstop-cli init cmstop-module这上面的代码将拉取PanJiaChen/vue-admin-template仓库代码在目录./cmstop-module/生成你的项目。
