# Introduction ## What is Nuxt? If this is the first time your are learning about Nuxt or you want to get familiar with Nuxt 3, then we recommend to first read the [Concepts section](/concepts). ## Prerequisites Before getting started, please make sure you have installed the recommended setup. * **Node.js*** (latest LTS version) πŸ‘‰ [[Download](https://nodejs.org/en/download/)] * **Visual Studio Code** πŸ‘‰ [[Download](https://code.visualstudio.com/)] * **Volar Extension** πŸ‘‰ [[Download](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)] * If you already have Node.js installed, check with `node --version` to ensure using `v14` or `v16`. ## Nuxt 3 or Bridge You must decide if you are starting from scratch or upgrading an existing Nuxt 2 project. ### Starting a fresh Nuxt project ::list{type=info} - Enjoy using Vue 3 - All of new composables are available - New templating system and conventions are enabled :: ::alert{icon=πŸ‘‰} Checkout the [Installation section](/getting-started/installation). :: ### Migrating a Nuxt 2 project If you have an existing Nuxt 2 project, we **strongly recommend** to start migrating your Nuxt 2 project with Bridge module. This way you can try most of new features without opting-in to more breaking changes. ::list{type=info} - It is risk-free! You can roll back by just commenting out one line in config - Makes your project almost ready for Nuxt 3 migration - Enjoy new DX improvements without major rewrites for Vue 3 - Use Nitro engine for platform agnostic and optimized deployments - Help us stabilize Nuxt 3 and discover flows - Bridge is more stable than Nuxt 3 at the moment for migration :: ::alert{icon=πŸ‘‰} Checkout the [Bridge installation section](/getting-started/bridge). :: ### ‍Comparation In the table below, there is a quick comparison between 3 versions of nuxt: Feature / Version | Nuxt 2 | Nuxt Bridge | Nuxt 3 -------------------------|-----------------|------------------|--------- Stability | 😊 Stable | ☺️ Semi-stable | 😬 Unstable Performance | 🐎 Fast | 🏎  Faster | πŸš€ Fastest Nitro Engine | ❌ | βœ… | βœ… ESM support | πŸŒ™ Partial | πŸ‘ Better | βœ… TypeScript | β˜‘οΈ Opt-in | 🚧 Faster | βœ… Composition API | ⚠️ Deprecated | βœ… | βœ… Components Auto Import | βœ… | βœ… | βœ… `