初始化3.0.0版本

This commit is contained in:
zengqiao
2022-08-18 17:04:05 +08:00
parent 462303fca0
commit 51832385b1
2446 changed files with 93177 additions and 127211 deletions

19
km-console/README.md Normal file
View File

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