Skip to content

Missing React-like hooks in vue Composition API.

License

Notifications You must be signed in to change notification settings

Mitscherlich/vhooks

Repository files navigation

@m9ch/vhooks

npm version npm downloads

Missing React-like hooks in Vue Composition API.

📦 Install

$ npm install --save @m9ch/vhooks
# or
$ yarn add @m9ch/vhooks
# or
$ pnpm add @m9ch/vhooks

🔨 Usage

import { useCountDown } from '@m9ch/vhooks'

Reference ./packages/vhooks for all hooks list.

🤝 Contributing

$ git clone https://github.com/Mitscherlich/vue-hooks-ponyfills.git vhooks
$ cd vhooks && pnpm install

License

MIT © Mitscherlich