Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomers/quasar-geolocation-example
Sample app demonstrating usage of geolocation with Quasar Framework
https://github.com/tomers/quasar-geolocation-example
Last synced: 28 days ago
JSON representation
Sample app demonstrating usage of geolocation with Quasar Framework
- Host: GitHub
- URL: https://github.com/tomers/quasar-geolocation-example
- Owner: tomers
- Created: 2020-03-05T22:21:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:37:11.000Z (about 2 years ago)
- Last Synced: 2024-12-15T19:10:48.615Z (about 1 month ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - github - geolocation-example.surge.sh/) | Sample app to demonstrate usage of geolocation with Quasar Framework | v1.9.8 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
README
# Quasar Geolocation Example
Sample app to demonstrate usage of geolocation with Quasar Framework
![Building and deploying to surge](https://github.com/tomers/quasar-geolocation-example/workflows/Building%20and%20deploying%20to%20surge/badge.svg)
## Demo
[Demo app](https://quasar-geolocation-example.surge.sh/)## Relevant documentation
- [Navigator.geolocation](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/geolocation)
- [Google Maps JavaScript API V3 Reference](https://developers.google.com/maps/documentation/javascript/reference)
- [xkjyeah/vue-google-maps](https://github.com/xkjyeah/vue-google-maps)## Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).