Skip to content

Commit

Permalink
create-vueの実行結果を最新化する (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaHizume authored Jul 1, 2024
1 parent dcb7dde commit d4f6f33
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ create-vue パッケージをインストールする必要があり、続行す
```terminal
cd <project-name>
npm install
npm run format
npm run dev
```

`npm run dev` が成功すると以下のように表示されるので、「 Local: 」に表示された URL をブラウザーで表示します。ブランクプロジェクトのランディングページが表示されます。

```terminal
VITE v5.x.x ready in 2970 ms
VITE v5.x.x ready in xxxx ms
> Local: http://localhost:5173/
> Network: use --host to expose
> press h + enter to show help
- Local: http://localhost:5173/
- Network: use --host to expose
- press h + enter to show help
```

0 comments on commit d4f6f33

Please sign in to comment.