ruoyi-flex/flex-ui
2023-12-08 17:02:45 +08:00
..
bin 升级前端文件 2023-11-21 21:26:10 +08:00
html 升级前端文件 2023-11-21 21:26:10 +08:00
public 升级前端文件 2023-11-21 21:26:10 +08:00
src 更新jdk到21 2023-12-08 17:02:45 +08:00
vite/plugins 升级前端文件 2023-11-21 21:26:10 +08:00
.editorconfig 升级前端文件 2023-11-21 21:26:10 +08:00
.env.development 升级前端文件 2023-11-21 21:26:10 +08:00
.env.production 升级前端文件 2023-11-21 21:26:10 +08:00
.env.staging 升级前端文件 2023-11-21 21:26:10 +08:00
.gitignore 升级前端文件 2023-11-21 21:26:10 +08:00
babel.config.js 升级前端文件 2023-11-21 21:26:10 +08:00
index.html 升级前端文件 2023-11-21 21:26:10 +08:00
package.json springboot升级到V3.1.6 2023-12-08 09:06:58 +08:00
README.md 升级前端文件 2023-11-21 21:26:10 +08:00
vite.config.js 升级前端文件 2023-11-21 21:26:10 +08:00

开发

# 克隆项目
git clone https://gitee.com/dataprince/ruoyi-flex

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

前端浏览器访问 http://localhost:80

## 发布

```bash
# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod