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

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