爱助农后台管理 页面前端

zmj 5e8058e879 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 9 달 전
bin 614ed99ad7 Initial commit 1 년 전
build 614ed99ad7 Initial commit 1 년 전
public f8df2920ff 新增决策展示大屏 9 달 전
src 5e8058e879 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 9 달 전
.editorconfig 614ed99ad7 Initial commit 1 년 전
.env.development 6f3ac7a4f1 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 11 달 전
.env.production 6f3ac7a4f1 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 11 달 전
.env.staging 6f3ac7a4f1 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 11 달 전
.eslintignore 614ed99ad7 Initial commit 1 년 전
.eslintrc.js 614ed99ad7 Initial commit 1 년 전
.gitignore 614ed99ad7 Initial commit 1 년 전
README.md 614ed99ad7 Initial commit 1 년 전
babel.config.js 614ed99ad7 Initial commit 1 년 전
dist.zip 614ed99ad7 Initial commit 1 년 전
package.json 6137cb0f45 地块管理的基础功能,设备监控管理除查看按钮的基础功能。 11 달 전
vue.config.js d5c51aeb5e BUG的修改和农机设备管理 9 달 전

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