vue-google-maps
This is the Vue 2.x port of vue-google-maps!
If you have used vue-google-maps with Vue 1.x before, refer to Upgrading.
Author
xkjyeah
Installation
With npm (Recommended)
npm install vue2-google-maps
In your project:
Nuxt.js projects
For Nuxt.js projects, please import VueGoogleMaps in the following manner:
This is required for successful server-side rendering.
(Note: as of v0.8.1, you should add src/main
to the path)
Manually
Just download dist/vue-google-maps.js
file and include it from your HTML.
If you use this method, Vue 2.1.x is required.
Brief
If you want to write google map this way :
Or use the power of Vue.js within a google map like this: