CodeBrowser / npm / @vue/runtime-core
@vue/runtime-core@3.5.40
// @vue/runtime-core
$ npm install @vue/runtime-core
downloads/wk
12,082,245
license
MIT
version
3.5.40
published
Jul 16, 2026
What is @vue/runtime-core?
@vue/runtime-core is the core runtime engine for Vue 3 that handles component rendering, state management, and reactivity. Developers use it as the foundational library when building Vue applications or when they need low-level control over Vue's rendering pipeline. It's typically used internally by higher-level Vue packages, but can be directly imported when creating custom Vue implementations or tooling.
Keywords
#vue
Dependencies (2)
Maintainers
yyx990803