# Vue Use Utilities

# What

@vueblocks/vue-use-utilities is a out of box generic composition-api utilities. It's both Support Vue 2 / 3 Project. Built on top of vue-demi (opens new window) & @vue/composition-api (opens new window)

# Inspiration

This libary is inspired by @vueuse/core (opens new window) also other similar projects.

# Installation

# Vue 2 with @vue/composition-api
yarn add @vue/composition-api @vueblocks/vue-use-core -S
or
npm i @vue/composition-api @vueblocks/vue-use-core -S

# Vue 3
yarn add @vueblocks/vue-use-core -S
or
npm i @vueblocks/vue-use-core -S
1
2
3
4
5
6
7
8
9