Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
JerryMa1024 2020-07-29 11:47:06 +08:00
commit ab3e7dc7a7
2 changed files with 4 additions and 4 deletions

View File

@ -54,9 +54,9 @@ devServer: {
执行以下命令启动项目
```bash
yarn server
yarn serve
# OR
npm run server
npm run serve
```
运行完成后,点击命令行提示出的地址,打开页面成功,项目启动就完成了。

View File

@ -29,9 +29,9 @@ npm install
执行以下命令启动项目
```bash
yarn server
yarn serve
# OR
npm run server
npm run serve
```
运行完成后,点击命令行提示出的地址,打开页面成功,项目启动就完成了。