CodeBrowser / npm / @vue/runtime-dom
@vue/runtime-dom@3.5.40
// @vue/runtime-dom
$ npm install @vue/runtime-dom
downloads/wk
12,064,944
license
MIT
version
3.5.40
published
Jul 16, 2026
What is @vue/runtime-dom?
@vue/runtime-dom is the runtime implementation of Vue 3 that handles DOM manipulation and browser APIs. Developers use this package when building Vue applications that run in the browser, as it provides the core functionality for rendering components to the actual DOM and managing user interactions. It's typically installed automatically as a dependency when you use Vue 3, but you may reference it directly when working with custom renderers or lower-level Vue APIs.
Keywords
#vue
Maintainers
yyx990803