]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: add script notes for SFC playgound [ci skip]
authorEvan You <yyx990803@gmail.com>
Mon, 14 Nov 2022 11:14:15 +0000 (19:14 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 14 Nov 2022 11:14:15 +0000 (19:14 +0800)
packages/sfc-playground/README.md

index b053f40366daed0c631b272492d41566c648eadf..df14d84223340feaeb8b625c59feafe1e3d830e9 100644 (file)
@@ -1,3 +1,19 @@
-## SFC Playground
+# SFC Playground
 
-This is continuously deployed at [https://sfc.vuejs.org](https://sfc.vuejs.org).
\ No newline at end of file
+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
+```