@vueuse/integrations

Integration wrappers for utility libraries

@vueuse/integrations downloads @vueuse/integrations version @vueuse/integrations license

@vueuse/integrationsSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on @vueuse/integrations's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of @vueuse/integrations](https://npm-compare.com/img/npm-trend/THREE_YEARS/@vueuse/integrations.png)](https://npm-compare.com/@vueuse/integrations#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on @vueuse/integrations's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of @vueuse/integrations](https://npm-compare.com/img/github-trend/@vueuse/integrations.png)](https://npm-compare.com/@vueuse/integrations)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
@vueuse/integrations955,68621,890151 kB3057 days agoMIT
README for @vueuse/integrations

@vueuse/integrations

NPM version

This is an add-on of VueUse, providing integration wrappers for utility libraries.

Install

npm i @vueuse/integrations

Functions

Tree-shaking

For better tree-shaking result, import functions from submodules, for example:

// Don't
import { useAxios } from '@vueuse/integrations'

import { useAxios } from '@vueuse/integrations/useAxios'

License

MIT License © 2019-PRESENT Anthony Fu