Skip to content

Commit

Permalink
Update project initialization steps in quick-start.md file #1362 (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
53able committed May 25, 2023
1 parent 2e2ef29 commit 0583d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/quick-start.md
Expand Up @@ -22,7 +22,7 @@ footer: false

このセクションでは、ローカルマシン上で Vue の[シングルページアプリケーション](/guide/extras/ways-of-using-vue#single-page-application-spa)を生成する方法を紹介します。作成されたプロジェクトは、[Vite](https://ja.vitejs.dev/) に基づいたビルド設定を使用し、Vue の単一ファイルコンポーネント(SFC)を使用できるようにします。

[Node.js](https://nodejs.org/) の最新バージョンがインストールされていることを確認してから、コマンドラインで次のコマンドを(`>` 記号なしで)実行します:
[Node.js](https://nodejs.org/) の最新バージョンがインストールされていること、現在の作業ディレクトリがプロジェクトを作成する予定の場所であることを確認し、コマンドラインで次のコマンドを(`>` 記号なしで)実行します:

<div class="language-sh"><pre><code><span class="line"><span style="color:var(--vt-c-green);">&gt;</span> <span style="color:#A6ACCD;">npm init vue@latest</span></span></code></pre></div>

Expand Down

1 comment on commit 0583d41

@vercel
Copy link

@vercel vercel bot commented on 0583d41 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.