Reet Chalke
On top of supporting or , Nuxt 3 contains a new , unlocking new full-stack capabilities to Nuxt server and beyond. It's the first JavaScript application server that is portable across a variety of modern cloud hosting providers.
In production, it builds your Vue application and server into one universal .output directory. This output is light: minified and without any other Node.js dependencies (except polyfills). You can deploy this output on any system supporting JavaScript, whether Node.js, Serverless, Workers, Edge-side rendering or purely static.
Bonus: this server engine can be used on existing Nuxt 2 projects with 🚀
Head over the to learn more about Nuxt Nitro and Nuxt Bridge.
Nuxt 3 is currently in beta, so expect things to break (and be fixed quickly). We have but we want to open it publicly to gather feedback and contributions from the community 💚
Do not use it for production until we reach the first release candidate.
During the beta, almost every commit will ; you may want to look at the until we begin generating automated changelogs in the documentation.
We are working every day to improve the documentation, explaining as much as possible all the concepts, features and usage of Nuxt 3.
Check out the community section of the Nuxt 3 website for , or .
Already Married