Vue Fetch Plugin

JSON →
library 2.0.9 ·javascript maintenance
verified Jun 7, 2026

A fetch plugin for Vue.js projects providing convenient methods ($get, $post, $fetch) via Vue.prototype or direct import. Version 2.0.9 is the latest stable release. It wraps the native fetch API with request/response interceptors, configurable default options, and async/await support. Compared to axios, it leverages the browser's built-in fetch rather than adding a separate HTTP client. Release cadence is irregular; last update was 2019. No TypeScript typings included.