-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(playground): update dependencies and init
- Loading branch information
1 parent
1d8f341
commit 1065e8e
Showing
6 changed files
with
184 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
# SFC Playground | ||
|
||
This is continuously deployed at [https://play.vuejs.org](https://play.vuejs.org). | ||
This is continuously deployed at [https://play.pinia.vuejs.org/](https://play.pinia.vuejs.org). | ||
|
||
## Run Locally in Dev | ||
|
||
In repo root: | ||
|
||
```sh | ||
pnpm dev-sfc | ||
pnpm -F @pinia/online-playground dev | ||
``` | ||
|
||
## Build for Prod | ||
|
||
In repo root | ||
|
||
```sh | ||
pnpm build-sfc-playground | ||
pnpm -F @pinia/online-playground build | ||
``` | ||
|
||
Preview the build | ||
|
||
```sh | ||
pnpm -F @pinia/online-playground serve | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.