智慧运维前端
 
 
 
 

9 lines
115 B

## 如何启动
```
$ git clone https://xxxx.git
$ cd xxx
# 安装
$ npm install
# 启动
$ npm run serve
```