Skip to content

@vueuse/integrations ​

NPM version

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

Install ​

bash
npm i @vueuse/integrations

Functions ​

Tree-shaking ​

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

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

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

License ​

MIT License © 2019-PRESENT Anthony Fu

Released under the MIT License.