vue-mrequest
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

vue-mrequest

Modern request library for vue

A Vue.js package based on the idea of vue-request.

This package separates the functions into composibles so that the tree can be treeshake

Example

const { data, loading, error } = useRequest(
  useCache(useFetch("/api/users"), {
    cacheKey: "users"
  })
)

Features

/vue-mrequest/

    Package Sidebar

    Install

    npm i vue-mrequest

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    283 kB

    Total Files

    46

    Last publish

    Collaborators

    • tachibana-shin