mirror of https://github.com/vuejs/core.git
Previously, the prod/dev toggle in the SFC playground only affects the SFC compiation behavior, but not the actual runtime. This can make it confusing when users are trying to reproduce prod/dev behavior inconsistency in the runtime code instead of the compiler. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| README.md | ||
| index.html | ||
| package.json | ||
| vercel.json | ||
| 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