Vuehooks
:gift: Extensive collection of composition functions for Vue
Install / Use
/learn @jsbroks/VuehooksREADME
<p align="center">
<img src="https://raw.githubusercontent.com/datatorch/documentation/master/docs/.vuepress/public/vuehooks.png" width="500" />
</p>
<h1 align="center">
VueHooks
</h1>
<h4 align="center">Collection of utility composition functions for Vue</h4>
<p align="center">
<a href="https://www.npmjs.com/package/@vuehooks/core" target="__blank">
<img src="https://img.shields.io/npm/v/@vuehooks/core?color=1abc9c" alt="NPM version" /></a>
<a href="https://www.npmjs.com/package/@vuehooks" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@vuehooks/core?color=34495e"/></a>
<a href="https://github.com/jsbroks/vuehooks" target="__blank"><img src="https://img.shields.io/github/last-commit/jsbroks/vuehooks.svg?color=9b59b6" alt="GitHub last commit" /></a>
<a href="https://github.com/jsbroks/vuehooks/issues" target="__blank"><img src="https://img.shields.io/github/issues/jsbroks/vuehooks.svg?color=3498db" alt="GitHub issues" /></a>
<a href='https://coveralls.io/github/jsbroks/vuehooks?branch=master'><img src='https://coveralls.io/repos/github/jsbroks/vuehooks/badge.svg?branch=master' alt='Coverage Status' /></a>
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jsbroks/vuehooks/Tests?color=2ecc71">
</p>
<br />
:rocket: Features
- 20+ composition functions with more to come!
- Bundler-friendly only imports the functions you need.
- Well-documented and typed interfaces.
- Zero-config server-side rendering capability.
- Self-contained with no dependencies.
- Backed by a team using VueHooks in production.
- Additional addons such as vue-router, timeago, query, etc.
:earth_americas: Ecosystem
<!-- omit in toc -->- @vuehooks/core - Collection of essential hooks.
- @vuehooks/query - Hooks for fetching, caching and updating asynchronous data.
- @vuehooks/router - Hooks for using VueRouter easier.
Alternatives
| Features | VueHooks | VueUse | vue-composable | vue-use-web | | :-----------: | :------: | :-------: | :------------: | :---------: | | Functions | 33 | 53 | 51 | 24 | | Packages | 3 | 3 | 2 | 1 | | Stars | 2 | 1.3k | 260 | 450 | | Test Coverage | 42% | unknown | 96% | unknown |
last updated 12/08/2020
<br />