@datadayrepos/usevuecore
TypeScript icon, indicating that this package has built-in type declarations

10.5.0-37 • Public • Published

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

/@datadayrepos/usevuecore/

    Package Sidebar

    Install

    npm i @datadayrepos/usevuecore

    Weekly Downloads

    0

    Version

    10.5.0-37

    License

    MIT

    Unpacked Size

    237 kB

    Total Files

    10

    Last publish

    Collaborators

    • ivstrand