产品化闸井系统

Stephanie authored on 15 Aug 2022
mock Merge branch 'dev3.0' of http://111.198.10.15:12003/gitbucket/git/codedev/smartwell_front into dev3.0 2 years ago
public Changes 设备图层 2 years ago
src fix<*>: 点位管理增加道路字段,调整部分输入框按钮大小 2 years ago
tests feat<all>: 3.0版本create, 升级框架,粗略升级,其余功能影响未知 3 years ago
.browserslistrc feat<all>: 3.0版本create, 升级框架,粗略升级,其余功能影响未知 3 years ago
.editorconfig first commit 5 years ago
.eslintignore feat<all>: 3.0版本create, 升级框架,粗略升级,其余功能影响未知 3 years ago
.eslintrc.js fix<all>: 处理Amap报错问题, 调整迁移部分问题,修改mock文件匹配2.0版后台接口 3 years ago
.gitignore feat<all>: 3.0版本create, 升级框架,粗略升级,其余功能影响未知 3 years ago
README.md fix<*>: 统一页面表格大小,联调报警内容管理、设备类型管理、设备型号管理报警等级配置,部门权限配置等 2 years ago
babel.config.js feat<all>: 3.0版本create, 升级框架,粗略升级,其余功能影响未知 3 years ago
cypress.json feat<all>: 3.0版本create, 升级框架,粗略升级,其余功能影响未知 3 years ago
jest.config.js feat<all>: 3.0版本create, 升级框架,粗略升级,其余功能影响未知 3 years ago
package.json fix<*>:增加章丘项目首页 2 years ago
vue.config.js fix<*>: 配置mars3d最新版 2 years ago
README.md

管网运行监测系统

管网运行监测系统WEB前端,系统管理模块基于基础权限管理的基础框架,整个系统模块包括闸井状态总览、闸井管理、告警管理、工单管理、设备配置。

相关项目

本项目源于vue-element-admin。

安装前提

  1. 安装nodejs

nodejs官网下载安装包, 建议版本不要超过14

安装完成之后,在cmd中检查Node.js版本,输出版本号则表示安装成功

node --version

安装步骤

# 克隆项目
git clone http://xxx

# 安装依赖
npm install

# 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# Serve with hot reload at localhost:9528
npm run dev

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report

# Run your unit tests
npm run test:unit

# Run your end-to-end tests
npm run test:e2e

# Lints and fixes files
npm run lint

浏览器支持情况

主流浏览器和IE 11.

IE Edge Firefox Chrome Safari
IE11(部分特性不支持) 90+ 80+ 90+ 14+

License

Copyright (c) 2022-present WangXiaoying