/vue-amap

vue-amap 高德地图 vue组件

Primary LanguageVueMIT LicenseMIT

vue-amap

换种方式写地图

安装

npm install -S vue-amap

快速上手

import VueAMap from 'vue-amap';
Vue.use(VueAMap);
VueAMap.initAMapApiLoader({
  key: 'YOUR_KEY',
  plugin: [...]
});

详细文档

https://elemefe.github.io/vue-amap