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

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2 years ago -  
[   ]package.json2 years ago1.8K3e510ca test new git [كارل مبارك]
[   ]index.js5 years ago187 3e510ca test new git [كارل مبارك]
[TXT]README.md5 years ago198 d768d73 docs [كارل مبارك]
[   ]LICENSE5 years ago1.1K 
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