Skip to content

Commit a2b0e60

Browse files
authored
是READEME更易读
1 parent d285a0b commit a2b0e60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# VUE-CLI-MUILT-PAGE VUE多页开发构建插件
2-
该插件为*vue-cli3**cli-plugin*。插件依托于*vue-cli3*运行环境,在使用*vue-cli3**vue create project*创建好项目后在项目根目录下执行 *vue add vue-cli-multi-page* 来安装此插件,安装完毕后会自动修改项目目录为多页开发环境。<br>
2+
该插件为*vue-cli3**cli-plugin*插件,依赖*vue-cli3*运行环境(*系统需要安装**vue-cli 3.x**版本*)。<br>
3+
## 前期准备
4+
1. 创建项目: 使用*vue create [project]* <br>
5+
2. 进入项目根目录: *cd [project]* <br>
6+
3. 安装此插件: *vue add vue-cli-multi-page* <br>
7+
38
**新建开发模块使用** *npm run add module*<br>
49
**本地启动开发模块** *npm run serve module*<br>
510
**本地构建一个模块** *npm run build module*<br>

0 commit comments

Comments
 (0)