feat: 补充前端打包构建部分文档说明

This commit is contained in:
GraceWalk
2022-09-15 13:36:09 +08:00
parent 848fddd55a
commit 26014a11b2
5 changed files with 77 additions and 38 deletions

View File

@@ -6,13 +6,15 @@
npm install
```
注意,这种方式只会安装当前应用的依赖。如果您不了解,推荐在 km-console 目录下执行 npm run i 安装依赖。
### 启动:
```
npm run start
```
该应用为子应用,启动后需要到基座应用中查看(需要启动基座应用),地址为 http://localhost:8000
该应用为子应用,启动后需要到基座应用中查看(需要启动基座应用,即 layout-clusters-fe),地址为 http://localhost:8000
### 构建: