Files
KnowStreaming/km-console/README.md
2022-08-18 17:04:05 +08:00

19 lines
178 B
Markdown

## 安装项目依赖
* 安装lerna
```
npm i -g lerna
```
## 启动项目
```
npm run start
```
### 环境信息
http://localhost:port
## 构建项目
```
npm run build
```