DEV Community

Discussion on: What’s new in Nuxt 3?

Collapse
 
fashion86 profile image
Fashion86

That's great. So Nuxt is useful more than Vue.js?

Collapse
 
pixleight profile image
Chris Violette

Nuxt is a framework based on Vue; I wouldn't say it's "more useful", but more that it adds an opinionated foundation to help with SSR & SSG/static sites.

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
pixleight profile image
Chris Violette

It's more than "just a static site generator". It can run server side rendered sites, single-page apps, and generate static sites. The maintainers themselves describe it at a framework for Vue: nuxtjs.org/

Thread Thread
 
yannyinnn profile image
Yann

@eshimischi that's just not true, it's an opinionated way to build Vue.js applications with a lot of powerful modules; and it's primary goal is to create dynamic server rendered sites built upon Vue.js; static sites export is a very useful option but not the core of Nuxt. (unlike Gridsome / Gatsby for example)