wesmiler 912a7e0791 wesmiler %!s(int64=2) %!d(string=hai) anos
..
dist 912a7e0791 wesmiler %!s(int64=2) %!d(string=hai) anos
LICENSE 912a7e0791 wesmiler %!s(int64=2) %!d(string=hai) anos
README.md 912a7e0791 wesmiler %!s(int64=2) %!d(string=hai) anos
index.js 912a7e0791 wesmiler %!s(int64=2) %!d(string=hai) anos
package.json 912a7e0791 wesmiler %!s(int64=2) %!d(string=hai) anos

README.md

@vue/runtime-dom

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

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

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