god-ytr/god-ui
2023-10-26 17:29:11 +08:00
..
bin 初代代码 2023-10-16 11:22:19 +08:00
build 初代代码 2023-10-16 11:22:19 +08:00
public fi: BUG 2023-10-26 11:17:35 +08:00
src 权限修改bug 2023-10-26 17:29:11 +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
package.json title 2023-10-20 09:42:50 +08:00
README.md ruoyi改为god,若依改为装备 2023-10-16 16:55:42 +08:00
vue.config.js title 2023-10-20 09:42:50 +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