ruoyi-Cloud/ruoyi-ui
RuoYi b00775f988 删除无用的传参 2023-09-01 09:40:02 +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-09-01 09:40:02 +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 若依 3.6.3 2023-07-07 08:30:21 +08:00
vue.config.js optimized code 2023-06-30 14:03:52 +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