Skip to content

Commit 6257786

Browse files
authored
docs: sync vite need node version (#2638)
1 parent 2e4acde commit 6257786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { VTCodeGroup, VTCodeGroupTab } from '@vue/theme'
2323
:::tip 前提条件
2424

2525
- コマンドラインに慣れている
26-
- [Node.js](https://nodejs.org/ja/) のバージョン 18.3 以上をインストールしている
26+
- [Node.js](https://nodejs.org/ja/) のバージョン `^20.19.0 || >=22.12.0` をインストールしている
2727
:::
2828

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

0 commit comments

Comments
 (0)