Просмотр исходного кода

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

Evan You 3 лет назад
Родитель
Сommit
2913bbfdee
1 измененных файлов с 18 добавлено и 2 удалено
  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
+```