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

3.0.11 • Public • Published

@nkduy/runtime-dom

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

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

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @nkduy/runtime-dom

    Weekly Downloads

    1

    Version

    3.0.11

    License

    MIT

    Unpacked Size

    2.42 kB

    Total Files

    4

    Last publish

    Collaborators

    • nkduy