Nuxt/docs/content/3.docs/3.migration/1.overview.md
Daniel Roe 1a39eff502
docs: update migration guide for nuxt 3 (#3819)
Co-authored-by: Dan Pastori <dan@521dimensions.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-30 19:32:30 +02:00

1.2 KiB

Overview

::alert{type=info} This migration guide is under progress to align with the development of Nuxt 3. ::

Nuxt 3 is a complete rewrite of Nuxt 2, and also based on a new set of underlying technologies. That means there will be significant changes when migrating a Nuxt 2 app to Nuxt 3, although you can expect migration to become more straightforward as we move toward a stable release.

Some of these significant changes include:

  1. Moving from Vue 2 to Vue 3, including defaulting to the composition API and script setup.
  2. Moving from webpack 4 and Babel to Vite or webpack 5 and esbuild.
  3. Moving from a runtime Nuxt dependency to a minimal, standalone server compiled with nitropack.

::alert{type=info} If you need to remain on Nuxt 2, but want to benefit from Nuxt 3 features in Nuxt 2, you can alternatively check out how to get started with Bridge. ::