Skip to content

Commit 2913bbf

Browse files
committed
chore: add script notes for SFC playgound [ci skip]
1 parent 80a4c30 commit 2913bbf

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

packages/sfc-playground/README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
## SFC Playground
1+
# SFC Playground
22

3-
This is continuously deployed at [https://sfc.vuejs.org](https://sfc.vuejs.org).
3+
This is continuously deployed at [https://sfc.vuejs.org](https://sfc.vuejs.org).
4+
5+
## Run Locally in Dev
6+
7+
In repo root:
8+
9+
```sh
10+
pnpm dev-sfc
11+
```
12+
13+
## Build for Prod
14+
15+
In repo root
16+
17+
```sh
18+
pnpm build-sfc-playground
19+
```

0 commit comments

Comments
 (0)