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

3.3.13 • Public • Published

@kdujs/runtime-dom

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

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

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

Readme

Keywords

Package Sidebar

Install

npm i @kdujs/runtime-dom

Weekly Downloads

2

Version

3.3.13

License

MIT

Unpacked Size

1.01 MB

Total Files

12

Last publish

Collaborators

  • nkduy