aibayanyu20 / vue-hooks-plus

High-quality & reliable Vue3 Hooks library ๐Ÿช

Home Page:https://InhiblabCore.github.io/docs/hooks

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

High-quality & reliable Vue3 Hooks library ๐Ÿช

https://InhiblabCore.github.io/docs/hooks

License:MIT License


Languages

Language:TypeScript 79.6%Language:Vue 18.5%Language:JavaScript 1.3%Language:Less 0.5%Language:Shell 0.1%