vue3-core/packages/sfc-playground
三咲智子 Kevin Deng 79b8a0905b
feat!: remove reactivity transform (#9321)
BREAKING CHANGE: Reactivity Transform was marked deprecated in 3.3 and is now removed in 3.4. This change does not require a major due to the feature being experimental. Users who wish to continue using the feature can do so via the external plugin at https://vue-macros.dev/features/reactivity-transform.html
2023-11-21 18:06:42 +08:00
..
public chore: enable cors for sfc as temporary fix 2023-04-06 12:46:19 +08:00
src feat!: remove reactivity transform (#9321) 2023-11-21 18:06:42 +08:00
README.md chore: update playground url 2023-04-06 12:42:07 +08:00
index.html workflow: add light theme for sfc playground (#8667) 2023-06-28 13:19:32 +08:00
package.json chore: exclude private packages from version updates 2023-11-21 09:37:37 +08:00
vercel.json chore: make vercel silent 2023-04-08 12:28:30 +08:00
vite.config.ts workflow(playground): prod/dev toggle should apply to runtime behavior as well 2023-11-12 16:32:08 +08:00

README.md

SFC Playground

This is continuously deployed at https://play.vuejs.org.

Run Locally in Dev

In repo root:

pnpm dev-sfc

Build for Prod

In repo root

pnpm build-sfc-playground