# 简易疫情信息地图 **Repository Path**: crazybox521/epidemic-information-map ## Basic Information - **Project Name**: 简易疫情信息地图 - **Description**: 疫情信息地图,使用vue+axios+echarts开发,基于新浪疫情信息API,仅供学习交流 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2022-04-14 - **Last Updated**: 2023-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Axios, Echarts ## README # epidemic-information-map 基于新浪疫情信息API、province-city-china省市数据、以及echarts-china的mapJson数据 使用Vue2 + axios + echarts + vue-loading-template + vue-notifyjs 进行开发 ## 效果展示 [项目效果展示 ](https://www.bilibili.com/video/BV1ZZ4y127Gf) 展示中国各省市/地区简单的疫情数据 ## 目录结构 - dist : 打包输出目录 - public : html模板 - sever : 代理服务器(直接访问新浪接口会跨域) - src - api : 接口及axios配置 - assets - data : 地区名称映射 - mapData : 地图mapJson数据 - components:组件 ## 安装依赖 ``` npm install ``` ## 启动后台服务 ``` npm run start ``` ## 启动Vue项目 ``` npm run serve ```