0.14.1 • Published 3 years ago
@sanp/ahooks-vue v0.14.1
ahooks-vue
Vue Hooks Library.
Most hooks implementation is original ported from ahooks.
Document
Features
- Easy to learn and use.
 - Works for both Vue 3 and 2 ( thanks for vue-demi ).
 - Written in TypeScript with predictable static types.
 
Install
yarn add ahooks-vueUsage
import { useWorkerFunction } from 'ahooks-vue';Contributing
Setup ahooks-vue dev environment
- Clone the ahooks-vue repo
 - Install dependencies
yarn - run demo
yarn dev- If it's successful, you should see the following message:
 
listening at http://localhost:3000 
0.14.1
3 years ago