Skip to content

Commit f68c55c

Browse files
committed
docs: sync vite need node version
1 parent 328948b commit f68c55c

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 Prerequisites
2424

2525
- Familiarity with the command line
26-
- Install [Node.js](https://nodejs.org/) version 18.3 or higher
26+
- Install [Node.js](https://nodejs.org/) version `^20.19.0 || >=22.12.0`
2727
:::
2828

2929
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).

0 commit comments

Comments
 (0)