Skip to content

Commit

Permalink
bump recommended minimum Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 6, 2023
1 parent a509248 commit 56949a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ footer: false
:::tip Prerequisites

- Familiarity with the command line
- Install [Node.js](https://nodejs.org/) version 16.0 or higher
- Install [Node.js](https://nodejs.org/) version 18.0 or higher
:::

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).
Expand Down

0 comments on commit 56949a8

Please sign in to comment.