Create new v4 app
I'd like to play around with whats out there for v4, how can I create a new application immediately using v4?
6 Replies
I suppose its just a v3 template but adding
future: { compatibilityVersion: 4 },
to the nuxt.config.ts
now with v3.12short answer: yes
long answer: @manniL / TheAlexLichter released a video for you with a detailed explanation on how to granularly enable/disable the new features: https://www.youtube.com/watch?v=r4wFKlcJK6c
Alexander Lichter
YouTube
Migrate to Nuxt 4 NOW!?
βͺοΈ Soon it is time for Nuxt 4, the next major version of the vue-based meta framework! While the team is still working on changes and improvements, you can already migrate to set and implemented changes today. Don't believe me? Check out how in this video π
---
Key points:
4οΈβ£ Condensed info about the Nuxt 4 major version
β¨ How to migrate a...
yup i watched that π though since this is a fresh app, I don't really need any granular control of features. i specifically want to test out the new version π
correct π
you can use
npx nuxi init -t v4-compat
for a new project btw πoh nice!
this will give you the right structure etc by default