19266 f0a6b272ae Changes il y a 1 an
..
bin 55a7a90bab update registry source il y a 2 ans
build 3da7aea540 若依 1.0 il y a 4 ans
docker ce4992c489 配置修改 il y a 1 an
public 4d5a5ea8e5 20220927_sun#55等级评定审批流程地市定制改造 il y a 2 ans
src f0a6b272ae Changes 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 83ff98732e 更新 'ruoyi-ui/Dockerfile' il y a 1 an
Dockerfile_Prod 9fd4f9975a 新增prod环境 il y a 1 an
README.md 55a7a90bab update registry source il y a 2 ans
babel.config.js 8ee702e4a2 reset babel il y a 2 ans
nginx.conf 59ae2c61b2 配置修改 il y a 1 an
package.json b5a06107fb 更新 'ruoyi-ui/package.json' il y a 1 an
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