@sanp/ahooks-vue
TypeScript icon, indicating that this package has built-in type declarations

0.14.1 • Public • Published

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-vue

Usage

import { useWorkerFunction } from 'ahooks-vue';

Contributing

Setup ahooks-vue dev environment

  1. Clone the ahooks-vue repo
  2. Install dependencies
    yarn
    
  3. run demo
    yarn dev
    • If it's successful, you should see the following message:
    listening at http://localhost:3000
    

Package Sidebar

Install

npm i @sanp/ahooks-vue

Weekly Downloads

2

Version

0.14.1

License

MIT

Unpacked Size

647 kB

Total Files

37

Last publish

Collaborators

  • sanpiao