mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
976 B
976 B
title | description |
---|---|
Overview | Nuxt 3 is a complete rewrite of Nuxt 2, and also based on a new set of underlying technologies. |
There are 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.
::note This migration guide is under progress to align with the development of Nuxt 3. ::
Some of these significant changes include:
- Moving from Vue 2 to Vue 3, including defaulting to the Composition API and script setup.
- Moving from webpack 4 and Babel to Vite or webpack 5 and esbuild.
- Moving from a runtime Nuxt dependency to a minimal, standalone server compiled with nitropack.
::tip 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. ::
Next Steps
- Learn about differences in configuration