vue3-core/packages-private/sfc-playground/README.md

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

20 lines
233 B
Markdown
Raw Permalink Normal View History

# SFC Playground
2023-04-06 12:42:07 +08:00
This is continuously deployed at [https://play.vuejs.org](https://play.vuejs.org).
## Run Locally in Dev
In repo root:
```sh
pnpm dev-sfc
```
## Build for Prod
In repo root
```sh
pnpm build-sfc-playground
```