From: Evan You Date: Mon, 14 Nov 2022 11:14:15 +0000 (+0800) Subject: chore: add script notes for SFC playgound [ci skip] X-Git-Tag: v3.2.46~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2913bbfdee39354c2b02b4481ae6690dd04821f7;p=thirdparty%2Fvuejs%2Fcore.git chore: add script notes for SFC playgound [ci skip] --- diff --git a/packages/sfc-playground/README.md b/packages/sfc-playground/README.md index b053f40366..df14d84223 100644 --- a/packages/sfc-playground/README.md +++ b/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). \ 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 +```