From f68c55c2dbe147695a5b782a4643c1a34c8d230d Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Fri, 11 Jul 2025 12:43:23 +0800 Subject: [PATCH] docs: sync vite need node version --- src/guide/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/quick-start.md b/src/guide/quick-start.md index 4544bc488a..b548830192 100644 --- a/src/guide/quick-start.md +++ b/src/guide/quick-start.md @@ -23,7 +23,7 @@ import { VTCodeGroup, VTCodeGroupTab } from '@vue/theme' :::tip Prerequisites - Familiarity with the command line -- Install [Node.js](https://nodejs.org/) version 18.3 or higher +- Install [Node.js](https://nodejs.org/) version `^20.19.0 || >=22.12.0` ::: In this section we will introduce how to scaffold a Vue [Single Page Application](/guide/extras/ways-of-using-vue#single-page-application-spa) on your local machine. The created project will be using a build setup based on [Vite](https://vitejs.dev) and allow us to use Vue [Single-File Components](/guide/scaling-up/sfc) (SFCs).