RuoYi 8aca11c2a2 若依 3.6.6 il y a 3 mois
..
bin 55a7a90bab update registry source il y a 3 ans
build 3da7aea540 若依 1.0 il y a 5 ans
public a326e880a1 修改主题样式本地读取 il y a 9 mois
src 8aca11c2a2 若依 3.6.6 il y a 3 mois
.editorconfig 3da7aea540 若依 1.0 il y a 5 ans
.env.development 23944b2f9c 系统布局配置支持动态标题开关 il y a 4 ans
.env.production 23944b2f9c 系统布局配置支持动态标题开关 il y a 4 ans
.env.staging aa607d135c update .env.staging il y a 9 mois
.gitignore 3da7aea540 若依 1.0 il y a 5 ans
README.md 55a7a90bab update registry source il y a 3 ans
babel.config.js 8ee702e4a2 reset babel il y a 3 ans
package.json 8aca11c2a2 若依 3.6.6 il y a 3 mois
vue.config.js a0ce1cf33b delete eslint il y a 4 mois

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