15143018065 93b8a4aae8 20240515_sun hace 9 meses
..
bin 55a7a90bab update registry source hace 2 años
build 3da7aea540 若依 1.0 hace 4 años
docker a05804ba12 20230426_sunOBS文件上传 hace 1 año
public 78227a42fe logo标题调整 hace 10 meses
src 93b8a4aae8 20240515_sun hace 9 meses
.editorconfig 3da7aea540 若依 1.0 hace 4 años
.env.development 4350360d89 1. 高龄津贴 导出表 title更改 hace 9 meses
.env.production 4350360d89 1. 高龄津贴 导出表 title更改 hace 9 meses
.env.staging 4350360d89 1. 高龄津贴 导出表 title更改 hace 9 meses
.eslintignore 3da7aea540 若依 1.0 hace 4 años
.eslintrc.js 3da7aea540 若依 1.0 hace 4 años
.gitignore 291120ba3f 信息统计数据缓存,避免重复发送请求 hace 2 años
Dockerfile 0da194485f 前端上下文修改 hace 1 año
Dockerfile_Prod 0da194485f 前端上下文修改 hace 1 año
README.md 55a7a90bab update registry source hace 2 años
babel.config.js 8ee702e4a2 reset babel hace 2 años
index.html 0da194485f 前端上下文修改 hace 1 año
nginx.conf 6fc58f567a 代理 hace 1 año
package.json d15e28d198 qrcodejs2 hace 11 meses
postcss.config.js 0de4a62424 添加postcss配置 hace 2 años
vue.config.js 21794fa927 老人录入 hace 11 meses

README.md

开发

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

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布

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

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