# ahooks-vue

> ahooks-vue

Latest version **0.15.1** (published 2023-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install ahooks-vue
pnpm add ahooks-vue
yarn add ahooks-vue
bun add ahooks-vue
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.15.1 |
| Published | 2023-08-16 |
| First published | 2020-11-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 633.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 133 |
| Author | dewfall |
| Maintainers | dewfall |
| Keywords | ahooks-vue, ahooks, vue, vue3, hooks, vue-use, vue-hooks |

## Links

- npm: https://www.npmjs.com/package/ahooks-vue
- Repository: https://github.com/dewfall123/ahooks-vue
- Homepage: https://dewfall123.github.io/ahooks-vue/
- Issues: https://github.com/dewfall123/ahooks-vue/issues
- npm.io page: https://npm.io/package/ahooks-vue

## Dependencies (3)

- [qs](https://npm.io/package/qs.md) ^6.10.1
- [lodash](https://npm.io/package/lodash.md) ^4.17.20
- [vue-demi](https://npm.io/package/vue-demi.md) ^0.13.2

## Recent versions

- 0.15.1 (latest) — 2023-08-16
- 0.15.0 — 2022-11-14
- 0.14.3 — 2022-11-09
- 0.14.1 — 2022-09-05
- 0.14.0 — 2022-09-05
- 0.13.3 — 2022-07-12
- 0.13.2 — 2022-07-12
- 0.13.1 — 2022-07-11
- 0.13.0 — 2022-07-11
- 0.12.9 — 2022-04-12
- 0.12.8 — 2022-04-12
- 0.12.7 — 2021-12-29
- 0.12.6 — 2021-12-29
- 0.12.5 — 2021-12-27
- 0.12.4 — 2021-12-09
- … 33 more at https://npm.io/package/ahooks-vue/versions

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

---
_Source: https://npm.io/package/ahooks-vue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
