From 5107e91a9ab205962d990f67369a15c0da598a7e Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 20 Jan 2026 09:47:35 +0300 Subject: [PATCH] docs(quick-start): update vite link --- 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 b548830192..abb3b286c6 100644 --- a/src/guide/quick-start.md +++ b/src/guide/quick-start.md @@ -107,7 +107,7 @@ You should now have your first Vue project running! Note that the example compon - The recommended IDE setup is [Visual Studio Code](https://code.visualstudio.com/) + [Vue - Official extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar). If you use other editors, check out the [IDE support section](/guide/scaling-up/tooling#ide-support). - More tooling details, including integration with backend frameworks, are discussed in the [Tooling Guide](/guide/scaling-up/tooling). -- To learn more about the underlying build tool Vite, check out the [Vite docs](https://vitejs.dev). +- To learn more about the underlying build tool Vite, check out the [Vite docs](https://vite.dev). - If you choose to use TypeScript, check out the [TypeScript Usage Guide](typescript/overview). When you are ready to ship your app to production, run the following: