New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@vue/runtime-dom

Package Overview
Dependencies
Maintainers
1
Versions
301
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.43
Version published
Weekly downloads
7.7M
-39.31%
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 17 Sep 2026

Related posts