wangggziwen 63b4701082 鸟瞰图 - 装置平面图各区域划分 hace 2 meses
..
bin 1f283586b1 李扬 hace 3 años
build a639eb1dfd LY 修复loadash 漏洞 hace 11 meses
public 66c3cd2d87 李扬 hace 3 años
src 63b4701082 鸟瞰图 - 装置平面图各区域划分 hace 2 meses
.editorconfig 1f283586b1 李扬 hace 3 años
.env.development 3bb7303d1c MOC hace 2 años
.env.production c887a6d00a ly 测厚 hace 5 meses
.env.staging 1f283586b1 李扬 hace 3 años
.eslintignore 1f283586b1 李扬 hace 3 años
.eslintrc.js 1f283586b1 李扬 hace 3 años
.gitignore 1f283586b1 李扬 hace 3 años
README.md 1f283586b1 李扬 hace 3 años
babel.config.js 257006d756 LY u-table hace 2 años
package.json 8f2120fcdc element 版本 hace 10 meses
package.json.bak 36bb21a35d LY 特种设备 报告 hace 10 meses
vue.config.js 3add410b32 LY 装置培训 统计 在线学习 hace 11 meses

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