JSPM

  • Created
  • Published
  • Downloads 1764
  • Score
    100M100P100Q143688F
  • License MIT

vue amap

Package Exports

  • vue-amap

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-amap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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