console/web/README.md

22 lines
238 B
Markdown

## 运行环境
```
nvm install 16.17
cnpm install npm@6.14.13
```
## 公共组件
```shell
cd src
git clone https://git.infini.ltd:64443/infini/common-ui.git common
```
## 运行
```shell
npm install
npm run build
npm run dev
```