--- title: Upgrade Guide description: 'Learn how to upgrade to the latest Nuxt version.' navigation.icon: i-ph-arrow-circle-up-duotone --- ## Upgrading Nuxt 3 ### Latest release To upgrade Nuxt 3 to the [latest release](https://github.com/nuxt/nuxt/releases), use the `nuxi upgrade` command. ```bash [Terminal] npx nuxi upgrade ``` ### Nightly Release Channel To use the latest Nuxt 3 build and test features before their release, read about the [nightly release channel](/docs/guide/going-further/nightly-release-channel) guide. ## Nuxt 2 vs Nuxt 3 In the table below, there is a quick comparison between 3 versions of Nuxt: Feature / Version | Nuxt 2 | Nuxt Bridge | Nuxt 3 -------------------------|-----------------|------------------|--------- Vue | 2 | 2 | 3 Stability | 😊 Stable | 😌 Semi-stable | 😊 Stable Performance | 🏎 Fast | ✈️ Faster | 🚀 Fastest Nitro Engine | ❌ | ✅ | ✅ ESM support | 🌙 Partial | 👍 Better | ✅ TypeScript | ☑️ Opt-in | 🚧 Partial | ✅ Composition API | ❌ | 🚧 Partial | ✅ Options API | ✅ | ✅ | ✅ Components Auto Import | ✅ | ✅ | ✅ `