LH e90c99bf70 lh il y a 2 ans
..
bin 1f283586b1 李扬 il y a 3 ans
build 1f283586b1 李扬 il y a 3 ans
public 66c3cd2d87 李扬 il y a 3 ans
src e90c99bf70 lh il y a 2 ans
.editorconfig 1f283586b1 李扬 il y a 3 ans
.env.development f10a035ea8 LY il y a 3 ans
.env.production 1f283586b1 李扬 il y a 3 ans
.env.staging 1f283586b1 李扬 il y a 3 ans
.eslintignore 1f283586b1 李扬 il y a 3 ans
.eslintrc.js 1f283586b1 李扬 il y a 3 ans
.gitignore 1f283586b1 李扬 il y a 3 ans
README.md 1f283586b1 李扬 il y a 3 ans
babel.config.js 1f283586b1 李扬 il y a 3 ans
package.json ffac529169 王子文 生产日报 bug fix: 解决了excel中false数值(实际表示0)无法导入的问题 il y a 2 ans
vue.config.js 8b8146a457 LY 培训 il y a 2 ans

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod