Nuxt 3 Release Candidate のリリース
Nuxt 3 ベータは、Vue 3、Vite そして Nitro をベースとした新しい基盤の導入して、16ヶ月の作業の末2021年10月12日にリリースされました。6ヶ月後、私たちは “Mount Hope“ というコードネームで最初の Nuxt 3 リリース候補版 (release candidate) を発表したことを嬉しく思います。🚀
Nuxt 3 がリリースされました! https://nuxt.com/v3 で詳細について見れます。
Nuxt チームから記事を見つける
Nuxt 3 ベータは、Vue 3、Vite そして Nitro をベースとした新しい基盤の導入して、16ヶ月の作業の末2021年10月12日にリリースされました。6ヶ月後、私たちは “Mount Hope“ というコードネームで最初の Nuxt 3 リリース候補版 (release candidate) を発表したことを嬉しく思います。🚀
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 ⚡️
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.
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 ⚡️
Explore different features of the fetch hook and learn a brand new way to bring data into Nuxt applications.
How we changed the developer experience to stop switching between the terminal and browser.
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.