From 53ea540ac097bdbc35ea03cbee2b63284553a298 Mon Sep 17 00:00:00 2001 From: Damian <48835293+DamianGlowala@users.noreply.github.com> Date: Fri, 20 May 2022 10:07:17 +0100 Subject: [PATCH] docs: minor improvements for the quick start section (#5036) Co-authored-by: Daniel Roe Co-authored-by: pooya parsa --- docs/content/1.getting-started/1.quick-start.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/1.getting-started/1.quick-start.md b/docs/content/1.getting-started/1.quick-start.md index d4e23104c3..347af25903 100644 --- a/docs/content/1.getting-started/1.quick-start.md +++ b/docs/content/1.getting-started/1.quick-start.md @@ -19,11 +19,11 @@ Before getting started, please make sure you have installed the recommended setu * Either enable [**Take Over Mode**](https://github.com/johnsoncodehk/volar/discussions/471) (recommended) * ... or add **TypeScript Vue Plugin (Volar)** 👉 [[Download](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin)] -* If you already have Node.js installed, check with `node --version` that you are using `v14` or `v16`. +* If you already have Node.js installed, check with `node --version` that you are using version 14.16 or above 16.11. ::alert{type=info} -If you have enabled **Take Over Mode** or installed the **TypeScript Vue Plugin (Volar)** you can disable generating the shim for `*.vue` files: +If you have enabled **Take Over Mode** or installed the **TypeScript Vue Plugin (Volar)**, you can disable generating the shim for `*.vue` files: ```js export default defineNuxtConfig({ @@ -51,7 +51,7 @@ pnpm dlx nuxi init nuxt-app :: -Open `nuxt-app` folder in visual studio code: +Open `nuxt-app` folder in Visual Studio Code: ```bash code nuxt-app @@ -77,7 +77,7 @@ pnpm install --shamefully-hoist ## Development server -Now you'll be able to use `yarn dev` to start your nuxt app in development mode: +Now you'll be able to start your Nuxt app in development mode: ::code-group @@ -96,7 +96,7 @@ pnpm run dev -- -o :: ::alert{type=success icon=✨ .font-bold} -Well done! A browser window should automatically open for +Well done! A browser window should automatically open for . :: ## Next steps