monorepo-gmap-vue
v2.0.0
Published
[](https://badge.fury.io/js/gmap-vue) [](https://travis-ci.org/diegoazh/gmap-vue) [.
- Better integration tests with the popular frameworks, especially Nuxt and Vue template
- Migrate to VueJs v3.0
- ~~Better documentation (examples, recommendations)~~
Please feel free to fork the project and make a PR to improve the plugin.
Monorepo
This project uses Lerna to manage the plugin and documentation site.
Clone the repository
Run
npm installAfter that you can use the HTML examples inside the examples folder on the
gmap-vuepackage, take in mind that this folder will disappear in a near feature. When this happens you only could test with the live example on the documentation site with your own google maps API keyTo start the documentation site locally you can run following command, it starts the documentation page on http://localhost:8080/
npm run start:docs- To test the plugin you also can use a CDN like jsdelivr or unpkg, in the way that the documentation shows you
README of GmapVue
You can read the plugin's README file following this link.
