# web-lzq-echarts **Repository Path**: modify_lzq/web-lzq-echarts ## Basic Information - **Project Name**: web-lzq-echarts - **Description**: echart、visjs - **Primary Language**: HTML - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2022-04-14 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, visjs, Echarts ## README # web-lzq-echarts > A Vue.js project ## 层级说明 (启动项目后,会展示该项目对应所有目标地址) ### Echarts 安徽省地图 [http://localhost:8080/#/map](http://localhost:8080/#/map) 标点的地图 [http://localhost:8080/#/PointMap](http://localhost:8080/#/PointMap) 标线的地图 [http://localhost:8080/#/LineMap](http://localhost:8080/#/LineMap) 3D浙江省地图 [http://localhost:8080/#/map3d](http://localhost:8080/#/map3d) 3D全国地图 [http://localhost:8888/#/china3d](http://localhost:8888/#/china3d) 发光效果地图 [http://localhost:8888/#/heightLightMap](http://localhost:8888/#/heightLightMap) ### Visjs 基本vis-network图 [http://localhost:8080/#/VisIndex](http://localhost:8080/#/VisIndex) 节点处理 [http://localhost:8080/#/VisNodeImage](http://localhost:8080/#/VisNodeImage) 边处理 [http://localhost:8080/#/Edges](http://localhost:8080/#/Edges) 自动布局 [http://localhost:8080/#/Ring](http://localhost:8080/#/Ring) ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). #### 注意 在文件路径当中避免使用特殊字符 如 & 会导致项目无法启动 #### openLayer 相关依赖说明 |依赖包名称|依赖说明| |--|--| ol | openLayer主要依赖 ol-windy | openLayer 风向效果依赖 ol-echarts | ol+echarts依赖