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

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/9 months ago -  
[   ]LICENSE9 months ago1.1K 
[TXT]README.md9 months ago198  
[   ]index.js9 months ago187  
[   ]package.json9 months ago1.3K 
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