@weweb/vue-runtime-dom
TypeScript icon, indicating that this package has built-in type declarations

3.1.5 • Public • Published

@vue/runtime-dom

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

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.1.5
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.1.5
    0
  • 3.1.4
    0

Package Sidebar

Install

npm i @weweb/vue-runtime-dom

Weekly Downloads

0

Version

3.1.5

License

MIT

Unpacked Size

2.53 MB

Total Files

423

Last publish

Collaborators

  • aureliev
  • kram