You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
疯狂的狮子li b6452dcf1f Merge branch 'master' of https://gitee.com/y_project/RuoYi-Cloud
 Conflicts:
	pom.xml
	ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/SysDept.java
	ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java
	ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java
	ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
	ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
	ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml
	ruoyi-ui/src/views/system/user/index.vue
	sql/ry_config_20220510.sql
3 years ago
..
bin update registry source 3 years ago
build 若依 1.0 5 years ago
public 新增IE浏览器版本过低提示页面 4 years ago
src Merge branch 'master' of https://gitee.com/y_project/RuoYi-Cloud 3 years ago
.editorconfig 若依 1.0 5 years ago
.env.development update 支持配置文件指定应用路径 3 years ago
.env.production update 支持配置文件指定应用路径 3 years ago
.env.staging update 支持配置文件指定应用路径 3 years ago
.eslintignore 若依 1.0 5 years ago
.eslintrc.js 若依 1.0 5 years ago
.gitignore 若依 1.0 5 years ago
README.md update registry source 3 years ago
babel.config.js 升级vue-cli版本到4.4.4 5 years ago
package.json 发布 0.11.0 增加 短信模块 邮件模块 重写oss模块功能 3 years ago
vue.config.js update 支持配置文件指定应用路径 3 years ago

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