god-ytr/god-ui
2023-11-14 17:12:21 +08:00
..
bin 初代代码 2023-10-16 11:22:19 +08:00
build 初代代码 2023-10-16 11:22:19 +08:00
public feat: 重庆银钢科技数字农机管理平台大屏 2023-11-14 15:22:30 +08:00
src Merge remote-tracking branch 'origin/main' 2023-11-14 17:12:21 +08:00
.editorconfig 初代代码 2023-10-16 11:22:19 +08:00
.env.development title 2023-10-20 09:42:50 +08:00
.env.production title 2023-10-20 09:42:50 +08:00
.env.staging title 2023-10-20 09:42:50 +08:00
.eslintignore 初代代码 2023-10-16 11:22:19 +08:00
.eslintrc.js 初代代码 2023-10-16 11:22:19 +08:00
babel.config.js 初代代码 2023-10-16 11:22:19 +08:00
dump.rdb 花草植物 2023-10-27 17:37:54 +08:00
package.json 流程管理 2023-10-31 10:34:44 +08:00
README.md ruoyi改为god,若依改为装备 2023-10-16 16:55:42 +08:00
vue.config.js 后台指向接口 2023-11-08 16:25:51 +08:00

开发


# 进入项目目录
cd god-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