Node Server

Use the nuxi build command to build your application. The JS files will be generated in the .output directory.

npx nuxi build

Generated files are ready-to-run on Node environment.

node .output/server/index.mjs

Read more about Node Server deploy on Nuxt official docs.