mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-02 02:02:13 +08:00
19 lines
178 B
Markdown
19 lines
178 B
Markdown
## 安装项目依赖
|
|
|
|
* 安装lerna
|
|
```
|
|
npm i -g lerna
|
|
```
|
|
|
|
## 启动项目
|
|
```
|
|
npm run start
|
|
```
|
|
### 环境信息
|
|
http://localhost:port
|
|
|
|
## 构建项目
|
|
```
|
|
npm run build
|
|
|
|
``` |