单文琦 dfcd2c5591 系统管理添加赛期维护,选手排序 按照名次(省市区) il y a 1 an
..
bin 55a7a90bab update registry source il y a 2 ans
build 3da7aea540 若依 1.0 il y a 4 ans
public 4d5a5ea8e5 20220927_sun#55等级评定审批流程地市定制改造 il y a 2 ans
src dfcd2c5591 系统管理添加赛期维护,选手排序 按照名次(省市区) il y a 1 an
.editorconfig 3da7aea540 若依 1.0 il y a 4 ans
.env.development 9ae6f93255 主页风格修改 il y a 2 ans
.env.production 9ae6f93255 主页风格修改 il y a 2 ans
.env.staging 9ae6f93255 主页风格修改 il y a 2 ans
.eslintignore 3da7aea540 若依 1.0 il y a 4 ans
.eslintrc.js 3da7aea540 若依 1.0 il y a 4 ans
.gitignore 291120ba3f 信息统计数据缓存,避免重复发送请求 il y a 2 ans
Dockerfile af5a00ea4f 迁移代码 il y a 2 ans
README.md 55a7a90bab update registry source il y a 2 ans
babel.config.js 8ee702e4a2 reset babel il y a 2 ans
nginx.conf fa194f89e8 更新 'ruoyi-ui/nginx.conf' il y a 2 ans
package.json 2c233237f1 电子表格导入组件初版 il y a 2 ans
postcss.config.js 0de4a62424 添加postcss配置 il y a 2 ans
vue.config.js e930d8d14d 数据权限 il y a 2 ans

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