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

@vue/runtime-dom

Package Overview
Dependencies
Maintainers
1
Versions
298
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.7
Version published
Weekly downloads
12M
-11.18%
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 04 Sep 2026

Related posts