sunny ba7d448f55 我的任务样式修改 il y a 2 jours
..
bin bb0557f01e 新增ruoyi框架 il y a 2 ans
bpmnlint-plugin-local bb0557f01e 新增ruoyi框架 il y a 2 ans
build bb0557f01e 新增ruoyi框架 il y a 2 ans
public c79105fac0 前端-后台 il y a 2 ans
src ba7d448f55 我的任务样式修改 il y a 2 jours
.editorconfig bb0557f01e 新增ruoyi框架 il y a 2 ans
.env.development 9062d041b4 回调 il y a 3 mois
.env.production 05b25e4070 前端- il y a 1 an
.env.staging bb0557f01e 新增ruoyi框架 il y a 2 ans
.eslintignore bb0557f01e 新增ruoyi框架 il y a 2 ans
.eslintrc.js bb0557f01e 新增ruoyi框架 il y a 2 ans
.gitignore bb0557f01e 新增ruoyi框架 il y a 2 ans
README.md fb5f646b70 跟进记录接口调整 il y a 1 an
babel.config.js bb0557f01e 新增ruoyi框架 il y a 2 ans
cool.config.json c79105fac0 前端-后台 il y a 2 ans
dist.zip 05b25e4070 前端- il y a 1 an
package.json 0357ad307e 更改配置文件 il y a 1 mois
vue.config.js 0e285134e9 打包生成的js文件过大优化 撤回 il y a 1 semaine

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