Skip to content

A set of composable components for easy use of Google Maps in your Vue 3 projects.

Notifications You must be signed in to change notification settings

dblythy/vue3-google-map

 
 

Repository files navigation

vue3-google-map

Composable components for easy use of Google Maps with Vue 3

vue3-google-map offers a set of composable components for easy use of Google Maps in your Vue 3 projects.

Installation

NPM

npm install vue3-google-map
# OR
yarn add vue3-google-map

CDN

Include the following script tag in your index.html (make sure to include it after Vue 3).

<script src="https://unpkg.com/vue3-google-map"></script>

Usage

Please refer to the documentation

Development Setup

Clone the repo and checkout the develop branch.

# install deps
yarn install

# build dist files
yarn build

# run develpment server and serve basic example
yarn dev

# serve docs
yarn docs

Contribution

All contributions are welcome. Before submitting a PR though it would be nice if you created an issue explaining what you want to acheive and why.

License

MIT

About

A set of composable components for easy use of Google Maps in your Vue 3 projects.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 59.1%
  • Vue 24.5%
  • JavaScript 15.8%
  • HTML 0.6%