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

3.2.50 • Public • Published

@vue/runtime-dom

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

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

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @storyteq/runtime-dom

    Weekly Downloads

    0

    Version

    3.2.50

    License

    MIT

    Unpacked Size

    1.24 MB

    Total Files

    14

    Last publish

    Collaborators

    • storyteq_user