东信设备设施

wangtao d400f5091f websocket调整 hai 1 ano
bin c9fbde0aaa vue重构 %!s(int64=3) %!d(string=hai) anos
build c9fbde0aaa vue重构 %!s(int64=3) %!d(string=hai) anos
public 0076bb91c4 时间搜索图标位置修改、设备告警loading1 接口返回后打开、月报样式修改 %!s(int64=3) %!d(string=hai) anos
src d400f5091f websocket调整 hai 1 ano
相关文档 61fa013a38 设备列表新增状态字符 %!s(int64=3) %!d(string=hai) anos
.editorconfig cce2998088 误报、处理工单班组问题 %!s(int64=2) %!d(string=hai) anos
.env.development d400f5091f websocket调整 hai 1 ano
.env.production d400f5091f websocket调整 hai 1 ano
.env.staging d400f5091f websocket调整 hai 1 ano
.eslintignore c9fbde0aaa vue重构 %!s(int64=3) %!d(string=hai) anos
.eslintrc.js c9fbde0aaa vue重构 %!s(int64=3) %!d(string=hai) anos
.gitignore c9fbde0aaa vue重构 %!s(int64=3) %!d(string=hai) anos
README.md abd402db32 工单管理逻辑调整 %!s(int64=3) %!d(string=hai) anos
babel.config.js c9fbde0aaa vue重构 %!s(int64=3) %!d(string=hai) anos
package.json b65187bc2c 首页三维弹框 %!s(int64=2) %!d(string=hai) anos
vue.config.js f8df8af637 三维楼宇写活 hai 1 ano

README.md

开发

# 克隆项目
git clone http://47.111.81.118:3000/wangtao/deviceManager.git

# 进入项目目录
cd deviceManager

# 安装依赖
npm install

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

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod