cooper667 / vue3-google-map

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

Home Page:https://vue3-google-map.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://vue3-google-map.netlify.app


Languages

Language:TypeScript 57.1%Language:Vue 26.0%Language:JavaScript 16.3%Language:HTML 0.6%