A vue3, echarts and leaflet covid-19 dashboard.
GIS design and practice project.
GIS设计与实践大作业 - 疫情地图
Front end:
Leaflet for base map, ECharts for data visualization, and build with Vue3.
前端使用 Vue3 框架,搭配 Leaflet 地图可视化,加上 ECharts 数据可视化。
Back end:
Geoserver for gis rest api, python for data collection and clear.
后端使用 GeoServer 作为地图发布平台,python 爬虫爬取疫情数据。
npm install
npm run serve
npm run build
npm run lint