0.0.4 • Published 5 years ago

qc-common v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago