You are reading Nuxt 2 docs. Head over nuxt.com for Nuxt 3 docs.

Announcements

Discover articles from Nuxt team.

A landscape image A landscape image
Announcing Nuxt 3 Release Candidate
Release

Announcing Nuxt 3 Release Candidate

Nuxt 3 beta was announced on October 12, 2021 after 16 months of work, introducing a new foundation based on Vue 3, Vite and Nitro. Six months later, we are happy to announce the first release candidate of Nuxt 3, code named “Mount Hope“ 🚀

Multiple Authors
Introducing Nuxt 3 Beta
Release

Introducing Nuxt 3 Beta

468 days after the first commit, the Nuxt 3 beta has finally arrived. Discover what's inside and what to expect from it. Yes, it includes Vue 3 and Vite ⚡️

Multiple Authors
Nuxt Static Improvements
Release

Nuxt Static Improvements

With Nuxt version 2.13, the full-static mode has been introduced. In addition, a new command nuxt export was added to pre-render your pages without triggering a webpack build with the goal to separate the rendering and build process. The only issue was that most Nuxt users weren't able to unleash the full potential of the separation... until now.

Multiple Authors
Going Full Static
Release

Going Full Static

Long awaited features for JAMstack fans has been shipped in v2.13: full static export, improved smart prefetching, integrated crawler, faster re-deploy, built-in web server and new target option for config ⚡️

Sebastien Chopin
Introducing Smart Prefetching
Release

Introducing Smart Prefetching

Starting from Nuxt v2.4.0, Nuxt will automagically prefetch the code-splitted pages linked with a nuxt-link when visible in the viewport by default.

Sébastien Chopin