説明なし

xx ea47c50620 调试 3 時間 前
bin 37e1251a21 初始化 2 週間 前
build 37e1251a21 初始化 2 週間 前
public 37e1251a21 初始化 2 週間 前
src ea47c50620 调试 3 時間 前
.editorconfig 37e1251a21 初始化 2 週間 前
.env.development 37e1251a21 初始化 2 週間 前
.env.production 37e1251a21 初始化 2 週間 前
.env.staging 37e1251a21 初始化 2 週間 前
.eslintignore 37e1251a21 初始化 2 週間 前
.eslintrc.js 37e1251a21 初始化 2 週間 前
.gitignore 37e1251a21 初始化 2 週間 前
README.md 37e1251a21 初始化 2 週間 前
babel.config.js 37e1251a21 初始化 2 週間 前
package.json 37e1251a21 初始化 2 週間 前
vue.config.js 37e1251a21 初始化 2 週間 前

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