New:Socket for Asana Is Now Available.Learn more
Get Started

@vue/runtime-dom

Package Overview
Dependencies
Maintainers
1
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/runtime-dom

@vue/runtime-dom

latest
Source
npmnpm
Version
3.5.42
Version published
Weekly downloads
14M
4.82%
Maintainers
1
Weekly downloads
 
Created
Source

@vue/runtime-dom

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

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

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

Keywords

vue

FAQs

Package last updated on 27 Aug 2026

Related posts