Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edisdev/vue-google-maps-ui
Google Map Component For Vue 3
https://github.com/edisdev/vue-google-maps-ui
google-maps google-maps-component vue-google-map
Last synced: about 1 month ago
JSON representation
Google Map Component For Vue 3
- Host: GitHub
- URL: https://github.com/edisdev/vue-google-maps-ui
- Owner: edisdev
- Created: 2023-07-20T00:23:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T15:09:27.000Z (over 1 year ago)
- Last Synced: 2024-12-03T01:19:05.867Z (2 months ago)
- Topics: google-maps, google-maps-component, vue-google-map
- Language: Vue
- Homepage: https://edisdev.github.io/vue-google-maps-ui/
- Size: 16.4 MB
- Stars: 39
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗺 Vue Google Maps UI
### Install via npm
```bash
npm install vue-google-maps-ui --save
```### Install via yarn
```bash
yarn add vue-google-maps-ui
```### Import Component
#### Global Register
```js
// main.js file
import GoogleMap from 'vue-google-maps-ui'
...
...app.component('Googlemap', GoogleMap)
```
#### Locale Register For Options API```vue
import GoogleMap from 'vue-google-maps-ui'export default {
components: {
GoogleMap
}
}
```### Usage
```vue
```
### Props
```vue
```
### Events
```vue
```
---
### Documentions- [Go to Vue Component Docs](https://edisdev.github.io/vue-google-maps-ui/)
- [Go to google-maps-loader-helper Package Docs](https://edisdev.github.io/google-maps-loader-helper/)