3.5.11 • Published 8 months ago

@cabloy/vue-runtime-core v3.5.11

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@vue/runtime-core

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

For full exposed APIs, see src/index.ts.

Building a Custom Renderer

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

const { render, createApp } = createRenderer({
  patchProp,
  insert,
  remove,
  createElement,
  // ...
})

// `render` is the low-level API
// `createApp` returns an app instance with configurable context shared
// by the entire app tree.
export { render, createApp }

export * from '@vue/runtime-core'

See @vue/runtime-dom for how a DOM-targeting renderer is implemented.

3.5.11

8 months ago

3.4.47

10 months ago

3.4.48

10 months ago

3.4.49

10 months ago

3.5.10

9 months ago

3.4.46

10 months ago

3.5.7

9 months ago

3.5.6

9 months ago

3.5.9

9 months ago

3.5.8

9 months ago

3.4.40

10 months ago

3.4.41

10 months ago

3.4.42

10 months ago

3.4.43

10 months ago

3.4.44

10 months ago

3.4.45

10 months ago

3.4.36

11 months ago

3.4.37

11 months ago

3.4.38

11 months ago

3.4.39

10 months ago

3.4.30

1 year ago

3.4.31

1 year ago

3.4.32

1 year ago

3.4.33

12 months ago

3.4.34

12 months ago

3.4.35

11 months ago

3.4.29

1 year ago

3.4.28

1 year ago

3.4.26

1 year ago

3.4.27

1 year ago

3.4.25

1 year ago

3.4.24

1 year ago

3.4.22

1 year ago

3.4.23

1 year ago

3.4.21

1 year ago