Skip to content

Commit 629516d

Browse files
authored
Update README.md
1 parent 2733271 commit 629516d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# VUE-CLI-MUILT-PAGE VUE多页开发构建插件
22
该插件为*vue-cli3**cli-plugin*。插件依托于*vue-cli3*运行环境,在使用*vue-cli3**vue create project*创建好项目后在项目根目录下执行 *vue add vue-cli-multi-page* 来安装此插件,安装完毕后会自动修改项目目录为多页开发环境。<br>
3-
新建开发模块使用 *npm run add module*<br>
4-
本地启动开发模块 *npm run serve module*<br>
5-
本地构建一个模块 *npm run build module*<br>
6-
本地构建多个模块 *npm run build m1 m2 m3...*<br>
7-
本地构建所有模块 *npm run build*<br>
3+
**新建开发模块使用** *npm run add module*<br>
4+
**本地启动开发模块** *npm run serve module*<br>
5+
**本地构建一个模块** *npm run build module*<br>
6+
**本地构建多个模块** *npm run build m1 m2 m3...*<br>
7+
**本地构建所有模块** *npm run build*<br>
88

99
## 要求的项目结构
1010
```

0 commit comments

Comments
 (0)