Skip to content

webjsonp/vue-hooks-plus

 
 

Repository files navigation

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

<!-- need run initial -->

npm run docs:dev

🪴 Project Activity

Alt

🌸 Thanks

This project is heavily inspired by the following awesome projects.

About

High-quality & reliable Vue3 Hooks library 🪝

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.3%
  • Vue 18.9%
  • JavaScript 1.3%
  • Other 0.5%