Evan You 09593c94c3 feat: error handling in scheduler il y a 6 ans
..
__tests__ 966d7b5487 feat: error handling for setup / render / watch / event handlers il y a 6 ans
src 09593c94c3 feat: error handling in scheduler il y a 6 ans
.npmignore e05673f4d3 refactor: rename packages il y a 7 ans
README.md e05673f4d3 refactor: rename packages il y a 7 ans
index.js e05673f4d3 refactor: rename packages il y a 7 ans
jsx.d.ts e665a133e9 types: bump TS version + type test for createComponent il y a 7 ans
package.json aacad85058 test: fix reactivity tests il y a 6 ans

README.md

@vue/runtime-core

This package is published only for typing and building custom renderers. It is NOT meant to be used in applications.

import { createRenderer, h } from '@vue/runtime-core'

const { render } = createRenderer({
  nodeOps,
  patchData,
  teardownVNode
})

render(h('div'), container)