vue Hooks Library.
Some of hooks implementation is original ported from ahooks
- Easy to learn and use.
- Works for both Vue 3 and 2 ( thanks for vue-demi ).
- Written in TypeScript with predictable static types.
yarn add ahooks-vue axios -D
import { useWorkerFunction } from 'ahooks-vue';