JSPM

@vueuse/integrations

13.6.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 627008
  • Score
    100M100P100Q188556F
  • License MIT

Integration wrappers for utility libraries

Package Exports

  • @vueuse/integrations
  • @vueuse/integrations/useAsyncValidator
  • @vueuse/integrations/useAsyncValidator/component
  • @vueuse/integrations/useAxios
  • @vueuse/integrations/useChangeCase
  • @vueuse/integrations/useCookies
  • @vueuse/integrations/useDrauu
  • @vueuse/integrations/useFocusTrap
  • @vueuse/integrations/useFocusTrap/component
  • @vueuse/integrations/useFuse
  • @vueuse/integrations/useIDBKeyval
  • @vueuse/integrations/useJwt
  • @vueuse/integrations/useNProgress
  • @vueuse/integrations/useQRCode
  • @vueuse/integrations/useSortable
  • @vueuse/integrations/useSortable/component

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:

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

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

License

MIT License © 2019-PRESENT Anthony Fu