vue3-core/packages/runtime-vapor/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
301 B
Markdown
Raw Permalink Normal View History

2023-11-09 17:35:08 +08:00
# @vue/runtime-vapor
This package only ships `esm-bundler` build because:
1. Vapor mode requires SFC build.
2. Vapor mode runtime only runs in the browser.
The main `vue` package ships `dist/vue.runtime-with-vapor.esm-browser.js` which inlines this package. It is used for the SFC Playground only.