/vue-hooks-plus

High-quality & reliable Vue3 Hooks library 🪝

Primary LanguageTypeScriptMIT LicenseMIT

npm package build status language gzip librariesio LICENSE

VueHooks Plus

English | 简体中文

High-quality and reliable Vue3 Hooks library

📚 Documentation

See the Documentation Guide

✨ Features

  • 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

📦 Install

$ npm i vue-hooks-plus
# or
$ yarn add vue-hooks-plus

🔨 Usage

import { useRequest } from 'vue-hooks-plus'

// or Introduced on demand

import useRequest from 'vue-hooks-plus/es/useRequest'

🏃 Start the document

hooks Dir

npm run initial
npm run docs:dev

🪴 Project Activity

Alt

🌸 Thanks

This project is heavily inspired by the following awesome projects.