{"library":"vue-fetch","type":"library","category":null,"description":"A simplified fetch API integration for Vue 3 applications that provides observable fetch calls with automatic loading, error, and data state management for components. Current stable version is 3.0.0 (released Jan 2023, updated quarterly). It requires Vue ^3.2.45 and ships TypeScript declarations. Unlike alternatives like vue-apollo or vue-query, vue-fetch is lightweight (no GraphQL or caching layer) and focuses on bare-minimum fetch binding with a composition API `useFetch` function, making it ideal for simple CRUD apps or API wrappers without extra overhead.","language":"javascript","status":"active","version":"3.0.0","tags":["javascript","fetch","vue","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install vue-fetch","imports":["import { useFetch } from 'vue-fetch'","import { createResource } from 'vue-fetch'","import { VueFetchPlugin } from 'vue-fetch'","import type { UseFetchReturn } from 'vue-fetch'"]},{"cmd":"yarn add vue-fetch","imports":[]},{"cmd":"pnpm add vue-fetch","imports":[]}],"homepage":"https://github.com/bangbang93/vue-fetch#readme","github":"https://github.com/bangbang93/vue-fetch","docs":null,"changelog":null,"pypi":null,"npm":"vue-fetch","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}