Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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