Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ismailnguyen/vue-fullscreen-background-map

VueJS full screen backgroud Google Map on a given location
https://github.com/ismailnguyen/vue-fullscreen-background-map

google-maps npm-package vuejs

Last synced: about 4 hours ago
JSON representation

VueJS full screen backgroud Google Map on a given location

Awesome Lists containing this project

README

        

# vue-fullscreen-background-map
VueJS full screen background Google Map on a given location

## Install
```shell
npm install --save vue-fullscreen-background-map
```

## Usage
Just import the `FullScreenBackgroundMap` component where you want to see it !

```html

import FullScreenBackgroundMap from 'vue-fullscreen-background-map'

export default {
components: {
FullScreenBackgroundMap
}
}

```

### Props
**- location**
Location query for Google Maps (string)

## Screenshot
![enter image description here](docs/img/fullscreen-background-map-screenshot.png)