@vue/shared@3.5.40
// internal utils shared across @vue packages
$ npm install @vue/shared
downloads/wk
25,090,617
license
MIT
version
3.5.40
published
Jul 16, 2026
What is @vue/shared?
@vue/shared is an internal utility library that contains shared helper functions and types used across Vue's official packages. Developers typically don't use this package directly—it's imported by other Vue packages like @vue/runtime-core and @vue/compiler-sfc to avoid code duplication. If you're building Vue plugins or tools that integrate deeply with Vue's ecosystem, you might reference its utilities, but it's primarily intended for Vue's internal use.
Links
Keywords
Maintainers
yyx990803