JSPM

@vueuse/integrations

6.9.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 641384
  • Score
    100M100P100Q189375F
  • License MIT

Integration wrappers for utility libraries

Package Exports

  • @vueuse/integrations
  • @vueuse/integrations/useAxios
  • @vueuse/integrations/useCookies
  • @vueuse/integrations/useDrauu
  • @vueuse/integrations/useFocusTrap
  • @vueuse/integrations/useFocusTrap/component
  • @vueuse/integrations/useFuse
  • @vueuse/integrations/useJwt
  • @vueuse/integrations/useNProgress
  • @vueuse/integrations/useQRCode

Readme

@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:

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

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

License

MIT License © 2019-PRESENT Anthony Fu