location-weather-airQuality基于高德地图获取当地空气质量与天气,空气质量信息来自美国大使馆
vue高德地图组件地址:https://elemefe.github.io/vue-amap/#/zh-cn/introduction/install
安装vue高德地图组件 npm install vue-amap --save
在main.js引入
import AMap from 'vue-amap'
AMap.initAMapApiLoader({ key: 'f08316066bbed1f168a371a9368ca524', plugin: ['Geolocation', 'Weather'], // 默认高德 sdk 版本为 1.4.4 v: '1.4.9' });
npm install
npm run dev
npm run build
npm run build --report
parameter
updateDuration: update duration(更新时长)(unit:minutes)
https://qsued-teams.github.io/location-weather-airQuality/dist/index.html