See the Documentation Guide
- Easy to learn and use
- Supports SSR
- Contains a comprehensive collection of basic Hooks
- A wide range of application scenarios
- Written in TypeScript with predictable static types
- Support the on-demand load, and reduce the packing volume
$ npm i vue-hooks-plus
# or
$ yarn add vue-hooks-plus
import { useRequest } from 'vue-hooks-plus'
// or Introduced on demand
import useRequest from 'vue-hooks-plus/es/useRequest'
hooks Dir
npm run initial
npm run docs:dev
This project is heavily inspired by the following awesome projects.