爱助农后台管理 页面前端

yawuga b10b2d2a4e 批次新增小店链接 11 horas atrás
bin 614ed99ad7 Initial commit 1 ano atrás
build 614ed99ad7 Initial commit 1 ano atrás
public 1c729e99a6 优化设备监控页面 8 meses atrás
src b10b2d2a4e 批次新增小店链接 11 horas atrás
.editorconfig 614ed99ad7 Initial commit 1 ano atrás
.env.development 6f3ac7a4f1 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 11 meses atrás
.env.production 6f3ac7a4f1 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 11 meses atrás
.env.staging 6f3ac7a4f1 Merge branch 'master' of http://121.4.16.100:3001/gebadi/aiZhuNong_Web_ui 11 meses atrás
.eslintignore 614ed99ad7 Initial commit 1 ano atrás
.eslintrc.js 614ed99ad7 Initial commit 1 ano atrás
.gitignore 614ed99ad7 Initial commit 1 ano atrás
README.md 614ed99ad7 Initial commit 1 ano atrás
babel.config.js 614ed99ad7 Initial commit 1 ano atrás
dist.zip 614ed99ad7 Initial commit 1 ano atrás
package.json f8db888f82 修改了部分已知bug和新增批次管理 1 mês atrás
vue.config.js d5c51aeb5e BUG的修改和农机设备管理 9 meses atrás

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