wpf 9eba9019cb first hai 3 semanas
..
dist 9eba9019cb first hai 3 semanas
LICENSE 9eba9019cb first hai 3 semanas
README.md 9eba9019cb first hai 3 semanas
index.js 9eba9019cb first hai 3 semanas
package.json 9eba9019cb first hai 3 semanas

README.md

@vue/runtime-dom

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

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

createApp(RootComponent).mount('#app')