@ -2,10 +2,10 @@
```bash
# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue
git clone http://192.168.0.56:3000/bonus/nwdevicemgt-ui.git
# 进入项目目录
cd sgzb-ui
cd nwdevicemgt-ui
# 安装依赖
npm install
@ -27,4 +27,4 @@ npm run build:stage
# 构建生产环境
npm run build:prod
```