Branch couplet-ui was renamed to server_five_ui.

 
 
 
 
Go to file
liuyunhu 28ceee9423 车辆管理完善 2024-04-09 16:06:33 +08:00
bin ad 2024-03-24 10:54:46 +08:00
build ad 2024-03-24 10:54:46 +08:00
public ad 2024-03-24 10:54:46 +08:00
src 车辆管理完善 2024-04-09 16:06:33 +08:00
.editorconfig ad 2024-03-24 10:54:46 +08:00
.env.development feat: 电子围栏编辑 2024-04-01 19:51:11 +08:00
.env.production feat: 新增、删除 2024-03-31 10:22:02 +08:00
.env.staging feat: 新增、删除 2024-03-31 10:22:02 +08:00
.eslintignore ad 2024-03-24 10:54:46 +08:00
.eslintrc.js ad 2024-03-24 10:54:46 +08:00
.gitignore ad 2024-03-24 10:54:46 +08:00
README.md ad 2024-03-24 10:54:46 +08:00
babel.config.js ad 2024-03-24 10:54:46 +08:00
package.json feat: 电子围栏编辑 2024-04-01 19:51:11 +08:00
vue.config.js feat: 电子围栏编辑 2024-04-01 19:51:11 +08:00

README.md

开发

# 克隆项目
git clone https://gitea.qinmian.online/ruoyi/cloud-ui.git

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