1 Star 0 Fork 1

steven.mo / Intelligent_fire_vue

forked from liugohua / Intelligent_fire_vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
liugohua 提交于 2021-09-07 14:34 . 智慧消防项目前端 初始化

vue element-ui license Gitee release

简介

图灵云 是一个统一采购,统一组网,统一协议,统一管理,统一数据,统一安全,为中小企业转型升级赋能,提供无门槛落地物联网的一站式即插即用云平台,技术上它基于 Vue.jselement。它使用了最新的前端技术栈,内置了动态路由,权限验证等很多功能特性。

注意:该项目使用 element-ui@2.0.0+ 版本,所以最低兼容 vue@2.5.0

前序准备

你的本地环境需要安装 nodegit。我们的技术栈基于 ES2015+vuevuexvue-router and element-ui,提前了解和学习这些知识会对使用本项目有很大的帮助。

**该项目不支持低版本浏览器(如ie),有需求请自行添加polyfill

功能

- 登录/注销
- 权限验证
- 多环境发布
- 动态侧边栏(支持多级路由)
- 地图定位和标记
- websocket 实时通信
- 图片上传及坐标标记
- 文件上传
- Svg Sprite 图标
- Dashboard
- Echarts 图表
- 401/404错误页面
- 二步登录

开发

# 克隆项目

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

# 启动服务
npm run dev

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

发布

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

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

其它

# --report to build with bundle size analytics
npm run build:prod --report

# --preview to start a server in local to preview
npm run build:prod --preview

# lint code
npm run lint

# auto fix
npm run lint -- --fix

License

GPL

Copyright (c) 2018-present turing.ac.cn

1
https://gitee.com/steven.mo/intelligent_fire_vue.git
git@gitee.com:steven.mo/intelligent_fire_vue.git
steven.mo
intelligent_fire_vue
Intelligent_fire_vue
master

搜索帮助