Review
Nuxt 2 is a better choice if you want something stable. For me when using Nuxt 2 on a large codebase (~200 pages) it normally takes ~4s for hot-reload, it's acceptable. And also the project structure of Nuxt is the easiest to maintain in my opinion.
Vue 3 + Vite will provide rapid development speed but when you Unfortunately facing some unstable issue like core issues or incompatible community library I think you will waste more time on it :P
Bonus: Nuxt will give you the ability to have SSR, SPA, Static site with the same project structure. It's gold when your company has multiple frontend projects.
0 views0
Comments