Skip to content

zy6p/covid-19-dashboard

Repository files navigation

covid-19-dashboard

Build Vue

A vue3, echarts and leaflet covid-19 dashboard.

GIS design and practice project.
GIS设计与实践大作业 - 疫情地图

ScreenShot

image image image

Roadmap

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 爬虫爬取疫情数据。

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.