vue3-fetch

JSON →
library 3.0.7 ·javascript
verified Jun 7, 2026

A Vue 3 component for making HTTP requests using the native Fetch API. Version 3.0.7 provides a declarative way to fetch data in Vue templates with built-in loading and error states, slot-based rendering, and support for GET/POST/PUT/DELETE methods. It requires Vue 3.0+ and offers a global or local component registration. Compared to axios-based solutions, it leverages the browser's native fetch and targets simplicity for JSON-based REST APIs. It is bundled with Vite and includes a CSS file for styling.