Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mayur091193/q-google-map

q-google-map - Quasar app extension to integrate Google Maps https://q-google-map.netlify.app
https://github.com/mayur091193/q-google-map

app-extension google-maps quasar

Last synced: 4 months ago
JSON representation

q-google-map - Quasar app extension to integrate Google Maps https://q-google-map.netlify.app

Awesome Lists containing this project

README

        

# [q-google-map](https://q-google-map.netlify.app)

q-google-map is a [Quasar App Extension](https://quasar.dev/app-extensions/introduction) to integrate google map in Quasar project.

# Structure
* [/ui](ui) - standalone npm package
* [/app-extension](app-extension) - [Quasar app extension](https://www.npmjs.com/package/quasar-app-extension-q-google-map)

# Support

If this helped you in any way, you can contribute to this project by supporting me:

### [ Support my open-source work on GitHub](https://github.com/sponsors/mayur091193)

## Install

To add this App Extension to your Quasar application, run the following (in your Quasar app folder):

```bash
quasar ext add q-google-map
```

# Uninstall
To remove this App Extension from your Quasar application, run the following (in your Quasar app folder):

```
quasar ext remove q-google-map
```

## [Docs and Demo](https://q-google-map.netlify.app)