wit/ruoyi-ui
RuoYi 4908b6230b update vue.config.js 2024-01-11 15:47:05 +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 新增IE浏览器版本过低提示页面 2021-05-26 10:57:11 +08:00
src 删除无用的代码 2023-12-07 11:18:32 +08:00
.editorconfig 若依 1.0 2020-05-24 20:40:55 +08:00
.env.development 系统布局配置支持动态标题开关 2021-06-11 11:04:06 +08:00
.env.production 系统布局配置支持动态标题开关 2021-06-11 11:04:06 +08:00
.env.staging 系统布局配置支持动态标题开关 2021-06-11 11:04:06 +08:00
.eslintignore 若依 1.0 2020-05-24 20:40:55 +08:00
.eslintrc.js 若依 1.0 2020-05-24 20:40:55 +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 升级element-ui到最新版本2.15.14 2023-12-07 11:19:06 +08:00
vue.config.js update vue.config.js 2024-01-11 15:47:05 +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