Nuxt build VS Nuxt generate

Published on: Sunday, 18.01.2026

Use Nuxt generate to create static files that are served statically (will create SSG, no running server with this command).

Use Nuxt build for the SSR option (will create a server that runs and processes requests).