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

@vue/runtime-dom

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/runtime-dom

@vue/runtime-dom

rc
Source
npmnpm
Version
3.6.0-rc.8
Version published
Weekly downloads
10M
-17.96%
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 11 Sep 2026

Related posts