0.0.4 • Published 5 years ago
qc-common v0.0.4
qc-common-cil 当前版本: "version": "1.0.2"
npm install -g qc-common-cil
Usage
qc-common-cil init my-vue
tip: 初始化项目是第一项选择项目模版提供三种类型。
1. init
为通用项目模版,配置了常用的web vue系统。
2. web-project
为通用项目模版,配置了常用的web vue系统。
3. app-project
为通用项目模版,配置了常用的app vue系统。
初始化项目完成以后
cd my-vue //进入项目目录
npm install //安装项目依赖
npm start //运行项目
command
启动项目
npm start
或者 npm run dev
打包项目
npm run build