/ c4f / front / node_modules / @vue / runtime-dom /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/10 months ago -  
[   ]LICENSE10 months ago1.1K 
[   ]index.js10 months ago187  
[   ]package.json10 months ago1.3K 
[TXT]README.md10 months ago198  
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