# data-integration-frontend **Repository Path**: dongjuntao/data-integration-frontend ## Basic Information - **Project Name**: data-integration-frontend - **Description**: 数据采集平台,前端使用vue+element-ui,实现了前后端分离开发,需要安装node.js,再安装依赖,最后启动即可。 后端代码路径: https://gitee.com/dongjuntao/data-integration-backend.git, 线上演示环境: http://49.234.85.17/di/#/login,测试账号密码:test/123@abcd - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 3 - **Created**: 2021-01-19 - **Last Updated**: 2023-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-integration-web # 数据采集系统前端 ### 介绍 数据采集平台前端,前端使用 **vue+element-ui** ,实现了前后端分离开发,需要安装 **node.js** ,再安装依赖,最后启动即可,需要注意,项目中配置的后端地址需要自行修改为自己的地址。 后端代码路径: **https://gitee.com/dongjuntao/data-integration-backend.git** , 线上演示环境: **http://49.234.85.17/di/#/login** ,测试账号密码: **test/123@abcd** ### 联系 如有需要,请联系我 **QQ:1096207787** ,或者 **微信: djt1096207787** ### 技术选型 技术 | 说明 | 官网 ----|----|---- 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) v-charts | 基于Echarts的图表框架 | [https://v-charts.js.org/](https://v-charts.js.org/) Js-cookie | cookie管理工具 | [https://github.com/js-cookie/js-cookie](https://github.com/js-cookie/js-cookie) nprogress | 进度条控件 | [https://github.com/rstacruz/nprogress](https://github.com/rstacruz/nprogress) vue-element-admin | 项目脚手架参考 | [https://github.com/PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)