Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ismailnguyen/vue-fullscreen-background-map
- Owner: ismailnguyen
- License: unlicense
- Created: 2021-03-03T15:29:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T10:15:44.000Z (over 3 years ago)
- Last Synced: 2024-09-19T03:25:35.120Z (about 2 months ago)
- Topics: google-maps, npm-package, vuejs
- Language: Vue
- Homepage: https://www.ismailnguyen.com/vue-fullscreen-background-map/
- Size: 585 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)