# @vue/runtime-dom

> @vue/runtime-dom

Latest version **3.5.43** (published 2026-09-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @vue/runtime-dom
pnpm add @vue/runtime-dom
yarn add @vue/runtime-dom
bun add @vue/runtime-dom
```

## Health

**Score 80/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo; extremely popular.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 3.5.43 |
| Published | 2026-09-17 |
| First published | 2019-12-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 54418 |
| Author | Evan You |
| Maintainers | yyx990803 |
| Keywords | vue |

## Links

- npm: https://www.npmjs.com/package/@vue/runtime-dom
- Repository: https://github.com/vuejs/core
- Homepage: https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme
- Issues: https://github.com/vuejs/core/issues
- npm.io page: https://npm.io/package/@vue/runtime-dom

## Dependencies (4)

- [csstype](https://npm.io/package/csstype.md) ^3.2.3
- [@vue/shared](https://npm.io/package/@vue/shared.md) 3.5.43
- [@vue/reactivity](https://npm.io/package/@vue/reactivity.md) 3.5.43
- [@vue/runtime-core](https://npm.io/package/@vue/runtime-core.md) 3.5.43

## Recent versions

- 3.5.43 (latest) — 2026-09-17
- 3.6.0-rc.9 (rc) — 2026-09-18
- 3.6.0-beta.17 (beta) — 2026-06-24
- 3.6.0-alpha.7 (alpha) — 2025-12-12
- 3.6.0-rc.8 — 2026-09-11
- 3.6.0-rc.7 — 2026-09-04
- 3.6.0-rc.6 — 2026-08-28
- 3.5.42 — 2026-08-27
- 3.6.0-rc.5 — 2026-08-21
- 3.6.0-rc.4 — 2026-08-14
- 3.6.0-rc.3 — 2026-08-11
- 3.5.41 — 2026-08-05
- 3.6.0-rc.2 — 2026-07-22
- 3.6.0-rc.1 — 2026-07-18
- 3.5.40 — 2026-07-16
- … 286 more at https://npm.io/package/@vue/runtime-dom/versions

## README

# @vue/runtime-dom

```js
import { h, createApp } from '@vue/runtime-dom'

const RootComponent = {
  render() {
    return h('div', 'hello world')
  },
}

createApp(RootComponent).mount('#app')
```

---
_Source: https://npm.io/package/@vue/runtime-dom · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
