Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Quasar QSelect fetching data with axios.
- Host: GitHub
- URL: https://github.com/odranoelBR/vue-quasar-select-api
- Owner: odranoelBR
- License: mit
- Created: 2021-04-27T23:52:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T19:43:32.000Z (over 3 years ago)
- Last Synced: 2024-08-02T00:25:25.395Z (6 months ago)
- Topics: api, automatic, axios, filter, select, vues
- Language: JavaScript
- Homepage: https://vue-quasar-select-api.netlify.app/
- Size: 329 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - QSelectApi - quasar-select-api.netlify.app/) | QSelectApi(q-select-api) - QSelect with automatic fetch/populate options from an API using axios.js, easy filtering, and all the QSelect native power! | v1.0.0 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
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