参考自vue-google-maps
npm install
npm run serve
npm run build
npm run test
npm run lint
Register AMap plugins in main.js
Vue.use(vAMapPlugin, {
v: '1.4.10',
key: 'YOU_TOKEN'
})
参考自vue-google-maps
npm install
npm run serve
npm run build
npm run test
npm run lint
Register AMap plugins in main.js
Vue.use(vAMapPlugin, {
v: '1.4.10',
key: 'YOU_TOKEN'
})