Evan You 7b7ae57388 refactor: remove unnecessary normalization 7 ani în urmă
..
__tests__ a848466f07 test: test for attrs fallthrough 7 ani în urmă
src 7b7ae57388 refactor: remove unnecessary normalization 7 ani în urmă
.npmignore 3401f6b460 init (graduate from prototype) 7 ani în urmă
README.md 342a9f3a03 refactor: use regex instead of startsWith 7 ani în urmă
index.js 3401f6b460 init (graduate from prototype) 7 ani în urmă
package.json de76daf073 refactor: depend on scheduler directly in core instead of injecting via createRenderer 7 ani în urmă

README.md

@vue/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/core'

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

render(h('div'), container)