Skip to content

Commit 257105e

Browse files
authored
bump recommended minimum Node.js version (#1694)
1 parent c3e2177 commit 257105e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ footer: false
1616

1717
:::tip 前提条件
1818

19-
- コマンドラインに精通していること
20-
- [Node.js](https://nodejs.org/ja/) のバージョン 16.0 以上をインストールすること
19+
- コマンドラインに慣れている
20+
- [Node.js](https://nodejs.org/ja/) のバージョン 18.0 以上をインストールしている
2121
:::
2222

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

0 commit comments

Comments
 (0)