19266 1b13d5af5c 机构介绍新增问题 há 1 ano atrás
..
bin 55a7a90bab update registry source há 2 anos atrás
build 3da7aea540 若依 1.0 há 4 anos atrás
docker a05804ba12 20230426_sunOBS文件上传 há 1 ano atrás
public 37f829193e 2023.7.14 há 1 ano atrás
src 1b13d5af5c 机构介绍新增问题 há 1 ano atrás
.editorconfig 3da7aea540 若依 1.0 há 4 anos atrás
.env.development 65313f82e0 2023.7.17 há 1 ano atrás
.env.production 65313f82e0 2023.7.17 há 1 ano atrás
.env.staging 9ae6f93255 主页风格修改 há 2 anos atrás
.eslintignore 3da7aea540 若依 1.0 há 4 anos atrás
.eslintrc.js 3da7aea540 若依 1.0 há 4 anos atrás
.gitignore 291120ba3f 信息统计数据缓存,避免重复发送请求 há 2 anos atrás
Dockerfile 0da194485f 前端上下文修改 há 1 ano atrás
Dockerfile_Prod 0da194485f 前端上下文修改 há 1 ano atrás
README.md 55a7a90bab update registry source há 2 anos atrás
babel.config.js 8ee702e4a2 reset babel há 2 anos atrás
index.html 0da194485f 前端上下文修改 há 1 ano atrás
nginx.conf 6fc58f567a 代理 há 1 ano atrás
package.json 66886853b0 调整”机构介绍“页面位置 há 1 ano atrás
postcss.config.js 0de4a62424 添加postcss配置 há 2 anos atrás
vue.config.js b38b6412c8 2023.7.26 há 1 ano atrás

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