Explorar o código

chore: add script notes for SFC playgound [ci skip]

Evan You %!s(int64=3) %!d(string=hai) anos
pai
achega
2913bbfdee
Modificáronse 1 ficheiros con 18 adicións e 2 borrados
  1. 18 2
      packages/sfc-playground/README.md

+ 18 - 2
packages/sfc-playground/README.md

@@ -1,3 +1,19 @@
-## SFC Playground
+# SFC Playground
 
 
-This is continuously deployed at [https://sfc.vuejs.org](https://sfc.vuejs.org).
+This is continuously deployed at [https://sfc.vuejs.org](https://sfc.vuejs.org).
+
+## Run Locally in Dev
+
+In repo root:
+
+```sh
+pnpm dev-sfc
+```
+
+## Build for Prod
+
+In repo root
+
+```sh
+pnpm build-sfc-playground
+```