Skip to content

A Vue.js plugin of AMap。基于vue的高德地图插件

Notifications You must be signed in to change notification settings

xiangzp/amap-vue-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amap-vue-plugin

这是一个基于vue开发高德地图插件。

可以在src/plugins/amap/components下查看各组件的使用参数(后期应该会逐渐完善)

参考自vue-google-maps

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Start

Register AMap plugins in main.js

Vue.use(vAMapPlugin, {
  v: '1.4.10',
  key: 'YOU_TOKEN'
})

About

A Vue.js plugin of AMap。基于vue的高德地图插件

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published