Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/odranoelBR/vue-quasar-select-api

Quasar QSelect fetching data with axios.
https://github.com/odranoelBR/vue-quasar-select-api

api automatic axios filter select vues

Last synced: about 2 months ago
JSON representation

Quasar QSelect fetching data with axios.

Awesome Lists containing this project

README

        


![Quasar Select API](https://github.com/odranoelBR/vue-quasar-select-api/blob/main/docs/logo.png)
> Quasar QSelect component with automatic api fetch and render using Axios.js.


[![codecov](https://codecov.io/gh/odranoelBR/vue-quasar-select-api/branch/main/graph/badge.svg?token=8QP6T5DBBJ)](https://codecov.io/gh/odranoelBR/vue-quasar-select-api)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/odranoelbr/vue-quasar-select-api?color=9CB922)
[![Netlify Status](https://api.netlify.com/api/v1/badges/195b52a4-2361-4344-97ff-f4395074b638/deploy-status)](https://app.netlify.com/sites/vue-quasar-select-api/deploys)

## Links
* [Vuejs Page](https://vuejs.org/)
* [Quasar Framework Page](http://quasar-framework.org/)

## Install
```
quasar ext add select-api
```

## Uninstall
```
quasar ext remove select-api
```

## Demo
https://vue-quasar-select-api.netlify.app/

## Infos
* Using Quasar default quasar extesion template
* You must supply axios dependency

## External Dependecies
* [Axios.js](https://github.com/mzabriskie/axios) as HTTP client