update readme, add comments about servers

This commit is contained in:
medcl 2020-03-27 12:06:52 +08:00
parent cdec440220
commit aca449a2cb
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ cnpm install
cnpm run dev
```
在浏览器中访问:[http://localhost:8000](http://localhost:7001)
后端开发:在浏览器中访问:[http://localhost:7001](http://localhost:7001) ,使用真实接口实现;
前端开发:在浏览器中访问:[http://localhost:10000](http://localhost:10000),使用 Mock 接口数据。
### 构建和部署