# substation **Repository Path**: wusyJava/substation ## Basic Information - **Project Name**: substation - **Description**: 变电站管理系统前端平台 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-05-15 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智能管控云平台 ## 项目简介 智电云项目是一个前后端分离的前端项目 ## 项目截图 ### 信息总览 ![信息总览](https://s3.bmp.ovh/imgs/2022/08/07/ed2022b892ba410f.png) ### 告警事件详情 ![告警事件详情](https://s3.bmp.ovh/imgs/2022/08/07/4eafd3308d4e2efd.png) ### 设备列表 ![设备列表](https://s3.bmp.ovh/imgs/2022/08/07/bf8f2497b9f35f34.png) ### 监控列表 ![监控列表](https://s3.bmp.ovh/imgs/2022/08/07/d26918fefc6f569c.png) ### 违章列表 ![违章列表](https://s3.bmp.ovh/imgs/2022/08/07/46d7e3992d5c70f7.png) ### 异常设备列表 ![异常设备列表](https://s3.bmp.ovh/imgs/2022/08/07/12108b4564a0ef96.png) ### 人员列表 ![人员列表](https://s3.bmp.ovh/imgs/2022/08/07/0651afd0823501e0.png) ### 人员监控 ![人员监控](https://s3.bmp.ovh/imgs/2022/08/07/3f824f981aa8455a.png) ### 设备状态预测 ![设备状态预测](https://s3.bmp.ovh/imgs/2022/08/07/45ab5351bd7fc102.png) ### 视觉大数据 ![视觉大数据](https://s3.bmp.ovh/imgs/2022/08/07/cdf3b64fa7855977.png) ## 技术选型 | 技术 | 说明 | 官网 | | ---------- | ----------------------- | ------------------------------------------------------------------------------------ | | Vue | 前端框架 | [https://vuejs.org/](https://vuejs.org/) | | Vue-router | 路由框架 | [https://router.vuejs.org/](https://router.vuejs.org/) | | Vuex | 全局状态管理框架 | [https://vuex.vuejs.org/](https://vuex.vuejs.org/) | | Element | 前端 UI 框架 | [https://element.eleme.io/](https://element.eleme.io/) | | Axios | 前端 HTTP 框架 | [https://github.com/axios/axios](https://github.com/axios/axios) | | Echarts | 基于 Echarts 的图表框架 | [https://echarts.apache.org/zh/index.html](https://echarts.apache.org/zh/index.html) | ## 项目布局 ``` src -- 源码目录 ├── assets -- 静态图片资源文件,全局Css样式 ├── components -- 通用组件封装 ├── router.js -- vue-router路由配置 └── views -- 前端页面 ``` ## 项目运行 ```bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run serve ```