Files
klp-oa/ruoyi-ui
konbai 863aa2fa33 !11sync -- 同步 RuoYi-Vue-Plus 更新
update 更新uuid去除默认值 漏改
fix 修复 insertOrUpdateBatch 获取模板错误
update 更新 所有 oss 均支持 https 配置
fix 修复分页组件请求两次问题(I4SQOR)
update 去除编译器警告 规范写法

update 更新uuid去除默认值 漏改
fix 修复 insertOrUpdateBatch 获取模板错误
update 更新 所有 oss 均支持 https 配置
fix 修复分页组件请求两次问题(I4SQOR)
update 去除编译器警告 规范写法
add 增加页面更新说明
fix 修复 minio 适配 https 导致的问题
update 更新 多用户多设备的注释说明
发布 4.0.0
2022-02-19 19:24:00 +08:00
..
2022-01-08 15:42:53 +00:00
2022-01-08 15:42:53 +00:00
2022-01-18 13:16:15 +00:00
2022-01-08 15:42:53 +00:00
2022-01-18 13:16:15 +00:00
2022-01-18 13:16:15 +00:00
2022-01-18 13:16:15 +00:00
2022-01-08 15:42:53 +00:00
2022-01-08 15:42:53 +00:00
2022-01-08 15:42:53 +00:00
2022-01-08 15:42:53 +00:00
2022-01-08 15:42:53 +00:00
2022-01-08 15:42:53 +00:00

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

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

发布

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

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