亦庄窨井监控平台前端

dutingting authored on 19 May 2023
build 亦庄迁移 4 years ago
config bug修复 2 years ago
mock 亦庄迁移 4 years ago
src bug修复 2 years ago
static 联调-自测-bug修复 2 years ago
theme 亦庄迁移 4 years ago
.babelrc 亦庄迁移 4 years ago
.editorconfig 亦庄迁移 4 years ago
.eslintignore 亦庄迁移 4 years ago
.eslintrc.js 亦庄迁移 4 years ago
.gitignore 亦庄迁移 4 years ago
.postcssrc.js 亦庄迁移 4 years ago
.travis.yml 亦庄迁移 4 years ago
LICENSE 亦庄迁移 4 years ago
README-zh.md 亦庄迁移 4 years ago
README.md 亦庄迁移 4 years ago
element-variables.scss 亦庄迁移 4 years ago
favicon.ico 亦庄迁移 4 years ago
index.html MOD: 将websocket改为定时器,去掉设备在线状态,修改地图地址为离线地址,去掉部分debugger和console.log 4 years ago
package.json 图层画完,等待接口 2 years ago
README.md

智能窨井监测管理系统前端

智能窨井监测管理系统WEB前端,系统管理模块基于基础权限管理的基础框架 ,整个系统模块包括窨井状态总览、窨井管理、告警管理、工单管理、设备配置。 可作为后续前后端分离的管理系统的基础前端框架使用。

相关项目

本项目源于vue-admin-template,一个极简的 vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。

vue-admin-template

vue-element-admin

electron-vue-admin

vue-typescript-admin-template

安装前提

  1. 安装nodejs

nodejs官网下载安装包

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

node --version

安装步骤

# 克隆项目
git clone http://192.168.0.203:8080/gitbucket/root/smartwell_front

# 安装依赖
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

界面

demo

浏览器支持情况

主流浏览器和IE 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

Copyright (c) 2019-present WangXiaoying