@datadayrepos/usevuecore
v10.5.0-37
Published
Collection of essential Vue Composition Utilities: Light version of original
Downloads
1
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