JSPM

@datadayrepos/usevuecore

10.5.0-38
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q21539F
  • License MIT

Collection of essential Vue Composition Utilities: Light version of original

Package Exports

  • @datadayrepos/usevuecore
  • @datadayrepos/usevuecore/metadata

Readme

dataday-front-usevue

Light fork of vue use library Integrated external dependencies and functionalities used in our environments.

Only a subset of original functions included: Core:

  • unrefElement
  • useColorMode
  • useDark
  • useDevicesList (with custom edits)
  • useEventListener
  • useMediaQuery
  • useMouse
  • usePermission
  • usePreferredDark
  • useStorage
  • useStorage
  • useStorage

Shared:

  • toRef
  • toRefs
  • toValue
  • tryOnBeforeMount
  • tryOnMounted
  • tryOnScopeDispose
  • tryOnScopeDispose
  • utils
  • watchPausable
  • watchWithFilter

Revert to original if you have no specific reason to use this: https://github.com/vueuse/vueuse/tree/main

https://vueuse.org/functions.html

Maintain

Its a monorepo. Install with:

pnpm i

Publish

Build and publish:

# Build
pnpm run build

# Login to npm
npm login

# publish
pnpm publish:ci

License

MIT License © 2023 DataDayRepos

MIT License © 2019-PRESENT Anthony Fu