2214962083 / vue-hooks-plus

Hook function based on Vue3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hook function based on Vue3

License:MIT License


Languages

Language:TypeScript 79.8%Language:Vue 18.4%Language:JavaScript 1.2%Language:Less 0.5%Language:Shell 0.1%