/ stream.nieuweinstituut.nl / node_modules / @vue / runtime-dom /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2 years ago -  
[   ]LICENSE4 years ago1.1K 
[TXT]README.md4 years ago198 d768d73 docs [كارل مبارك]
[   ]index.js4 years ago187 3e510ca test new git [كارل مبارك]
[   ]package.json2 years ago1.8K3e510ca test new git [كارل مبارك]
README.md

@vue/runtime-dom

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

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

createApp(RootComponent).mount('#app')
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80