8000 GitHub - gdbhosale/vue3-google-map: A set of composable components for easy use of Google Maps in your Vue 3 projects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gdbhosale/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 67.9%
  • Vue 19.9%
  • JavaScript 11.5%
  • HTML 0.7%
0