3.20240513.0 • Published 13 hours ago

@vue/runtime-core-canary v3.20240513.0

Weekly downloads
-
License
MIT
Repository
github
Last release
13 hours 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.20240513.0

13 hours ago

3.20240506.0

8 days ago

3.20240429.0

15 days ago

3.20240422.0

22 days ago

3.20240415.0

28 days ago

3.20240408.0

1 month ago

3.20240401.0

1 month ago

3.20240325.0

2 months ago

3.20240318.0

2 months ago

3.20240311.0

2 months ago

3.20240304.0

2 months ago

3.20240226.0

3 months ago

3.20240219.0

3 months ago

3.20240212.0

3 months ago

3.20240205.0

3 months ago

3.20240129.0

4 months ago

3.20240122.0

4 months ago

3.20240115.0

4 months ago

3.20240108.0

4 months ago

3.20240101.0

4 months ago

3.20231225.0

5 months ago

3.20231218.0

5 months ago

3.20231211.0

5 months ago

3.20230807.0

9 months ago

3.20230828.0

9 months ago

3.20231016.0

7 months ago

3.20230724.0

10 months ago

3.20231023.0

7 months ago

3.20231002.0

7 months ago

3.20230911.0

8 months ago

3.20230703.0

11 months ago

3.20231009.0

7 months ago

3.20230922.0

8 months ago

3.20230717.0

10 months ago

3.20231204.0

5 months ago

3.20231113.0

6 months ago

3.20230821.0

9 months ago

3.20231106.0

6 months ago

3.20231127.0

6 months ago

3.20230918.0

8 months ago

3.20231120.0

6 months ago

3.20230814.0

9 months ago

3.20230925.0

8 months ago

3.20230904.0

8 months ago

3.20230710.0

10 months ago

3.20230731.0

10 months ago

3.20231030.0

7 months ago

3.20230605.0

11 months ago

3.20230626.0

11 months ago

3.20230612.0

11 months ago

3.20230619.0

11 months ago

3.20230529.0

12 months ago

3.20230509.0

1 year ago

3.20230417.0

1 year ago

3.20230410.0

1 year ago

3.20230403.0

1 year ago

3.20230327.0

1 year ago

3.20230320.0

1 year ago

3.20230317.1

1 year ago

3.20230317.0

1 year ago