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>
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