RuoYi-Cloud/ruoyi-ui
CHENYUQING 6c5fa82bfd 前段新增Echarts功能;新增用户模块ruoyi-modules-user 2025-11-30 21:06:31 +08:00
..
bin update registry source 2022-03-30 10:23:51 +08:00
build 若依 1.0 2020-05-24 20:40:55 +08:00
public 修改主题样式本地读取 2024-12-10 16:43:28 +08:00
src 前段新增Echarts功能;新增用户模块ruoyi-modules-user 2025-11-30 21:06:31 +08:00
.editorconfig 若依 1.0 2020-05-24 20:40:55 +08:00
.env.development 登录页面修改 2025-11-30 16:45:59 +08:00
.env.production 登录页面修改 2025-11-30 16:45:59 +08:00
.env.staging 登录页面修改 2025-11-30 16:45:59 +08:00
.gitignore 若依 1.0 2020-05-24 20:40:55 +08:00
README.md update registry source 2022-03-30 10:23:51 +08:00
babel.config.js reset babel 2022-06-14 21:26:24 +08:00
package.json 前段新增Echarts功能;新增用户模块ruoyi-modules-user 2025-11-30 21:06:31 +08:00
vue.config.js 微服务搭建,基础配置修改,增加nacos配置文件 2025-11-28 11:12:51 +08:00

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