mirror of https://github.com/vuejs/core.git
20 lines
233 B
Markdown
20 lines
233 B
Markdown
|
# SFC Playground
|
||
|
|
||
|
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
|
||
|
```
|