Skip to content

🌍 基于 Vue 2.x 和高德地图的地图组件

License

Notifications You must be signed in to change notification settings

stoneli88/vue-amap

Repository files navigation

vue-amap

换种方式写地图

快速上手

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

详细文档

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

About

🌍 基于 Vue 2.x 和高德地图的地图组件

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.1%
  • Vue 36.4%
  • HTML 2.9%
  • Other 0.6%