# ahooks-vue **Repository Path**: jishuke/ahooks-vue ## Basic Information - **Project Name**: ahooks-vue - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-11 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ahooks-vue Vue Hooks Library. Most hooks implementation is original ported from [ahooks](https://ahooks.js.org/docs). ## Document - [中文](https://dewfall123.github.io/ahooks-vue/zh/) - [English](https://dewfall123.github.io/ahooks-vue/) ## Features - Easy to learn and use. - Works for both Vue 3 and 2 ( thanks for [vue-demi](https://github.com/antfu/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 1. Install dependencies ``` yarn ``` 1. run demo ```bash yarn dev ``` - If it's successful, you should see the following message: ``` listening at http://localhost:3000 ``` ### TODO watchOnce