Skip to content

Commit 5a4b37d

Browse files
authored
fix: update playground startup command in documentation (#126)
1 parent 20dbf3f commit 5a4b37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/how-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Since Vapor Mode is currently in R&D, the source code changes frequently. \
8282
It would be quite inconvenient if it changes while we're reading it, so let's find a way to use the vuejs/core-vapor we just checked out locally to confirm things.
8383

8484
In vuejs/core-vapor, there is a directory called `/playground`. \
85-
You can start this playground by running `pnpm dev-vapor` in `vuejs/core-vapor`. \
85+
You can start this playground by running `pnpm dev` in `vuejs/core-vapor`. \
8686
There are some components placed in `/playground/src`. When you access the started playground, you'll find that `/playground/src/App.vue` is running in your browser.
8787

8888
In this playground, `/playground/src` corresponds to routing. For example, if you access `http://localhost:5173/components.vue`, `/playground/src/components.vue` will be executed. \

src/ja/how-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Vapor Mode は現在 R&D が進行中のためソースコードは頻繁に変
8282
読んでる間にも変わってしまうとかなり不都合なので,どうにかして先ほどチェックアウトした手元の vuejs/core-vapor を使って確認できるようにしましょう.
8383

8484
vuejs/core-vapor には `/playground` というディレクトリがあります.\
85-
`vuejs/core-vapor``pnpm dev-vapor` を実行することでこの playground を起動することができます.\
85+
`vuejs/core-vapor``pnpm dev` を実行することでこの playground を起動することができます.\
8686
そして `/playground/src` にいくつかのコンポーネントが置かれています.起動した playground にアクセスすると,`/playground/src/App.vue` がブラウザで実行されることがわかります.
8787

8888
この playground では `/playground/src` がルーティングに対応していて,例えば, `http://localhost:5173/components.vue` にアクセスすると `/playground/src/components.vue` が実行されます.\

0 commit comments

Comments
 (0)