vue3-core/packages/sfc-playground
Evan You 681ac7c896 release: v3.3.0-alpha.9 2023-04-08 13:33:46 +08:00
..
public chore: enable cors for sfc as temporary fix 2023-04-06 12:46:19 +08:00
src feat(sfc): introduce `defineModel` macro and `useModel` helper (#8018) 2023-04-08 12:13:05 +08:00
README.md
index.html
package.json release: v3.3.0-alpha.9 2023-04-08 13:33:46 +08:00
vercel.json chore: make vercel silent 2023-04-08 12:28:30 +08:00
vite.config.ts

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