A plugin for Vue that help you to manage Google Maps API on your Vue app.
pnpm add @gmap-vue/v3
npm install @gmap-vue/v3
yarn add @gmap-vue/v3
Name | Version |
---|---|
vue | |
@googlemaps/markerclusterer | |
lodash.isEqual | |
mitt |
The new documentation is not ready yet and we will landed it soon, until that please, refer to the source. On our code base we use typescript, it helps to follow the code along the repository and also we added comments in almost all functions and methods.
This is a fork of the popular vue2-google-maps. As the author of the library no longer commits to maintain the project, we forked it to develop and maintain the project.
This project uses pnpm workspaces to manage the plugin and documentation site. You will find the version of this plugin for Vue 2 on packages/v2
folder, the version for Vue 3 on the packages/v3
folder and the documentation on packages/documentation
folder.
-
Clone the repository and run
-
npm
npm install
-
pnpm
pnpm install
-
yarn
yarn
-
-
To start the documentation site locally you can run the below command, it starts the documentation page on http://localhost:8080/
pnpm run serve:docs
If you have time to contribute to a rather frequently used library, feel free to make a PR!, but first please read our contributing guide.
What's urgently needed are:
- Better unit tests (we use Vitest).
- Better integration tests (we use Cypress)