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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:37:11.000Z (over 2 years ago)
- Last Synced: 2025-04-06T16:11:42.646Z (about 1 month ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 11
- Watchers: 1
- 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 [](https://github.com/sindresorhus/awesome) / Tutorials)
README
# Quasar Geolocation Example
Sample app to demonstrate usage of geolocation with Quasar Framework

## 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).