We’ve been watching the horizon for Nuxt 3, and the long awaited day is here: Nuxt 3 public beta is live! 🎉
With this release, developers are now able to try out Nuxt 3 with all of its latest features such as:
- Smaller core – Nuxt 3 will be 20% lighter than Nuxt2 in KB
- Faster dev environment – Cold starts will be optimized with dynamic SSR code-splitting
- Latest Vue 3 features – With support for new features like syntax support for script setup
- SSR Support – With the new Nitro engine, users will be able to achieve SSR support with Nuxt and Netlify
The most exciting thing is you can deploy a Nuxt 3 project on Netlify today with one click!
Alternatively, if you want to do it yourself instead of clicking the button, all you need to do is run:
# Scaffold your Nuxt 3 project
npx nuxi init my-nuxt3-app
# Change directory in new project
cd my-nuxt3-app
# Install dependencies
npm install
# Run local dev server
npm run dev
That’s it!
Want to learn more about Nuxt 3 and Netlify? Be sure to check out:
- The Nuxt 3 announcement post from the Nuxt team
- The Nuxt website at: https://nuxtjs.org/
- Deploying Nuxt on Netlify: https://v3.nuxtjs.org/docs/deployment/netlify