DESKTOP-B78GIPM\admin 997429b49f 待优化 лет назад: 2
..
dist 997429b49f 待优化 лет назад: 2
LICENSE 997429b49f 待优化 лет назад: 2
README.md 997429b49f 待优化 лет назад: 2
index.js 997429b49f 待优化 лет назад: 2
package.json 997429b49f 待优化 лет назад: 2

README.md

@vue/runtime-dom

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

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

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