Skip to content

Commit

Permalink
create-vue実行時の出力内容を最新化する (#1388)
Browse files Browse the repository at this point in the history
* create-vue実行時の出力内容を最新化

* 修正

* 大文字と小文字が一貫していない箇所を修正

* create-vue に合わせて npm run format を実行する記載に修正
  • Loading branch information
KentaHizume authored Jun 28, 2024
1 parent 61ea01e commit 9d40387
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ create-vue パッケージをインストールする必要があり、続行す
```terminal
cd <project-name>
npm install
npm run format
npm run dev
```

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

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

0 comments on commit 9d40387

Please sign in to comment.