Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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