• Get Started
  • Guide
  • API
  • Examples
  • Changelog
  • Playground
    • Content directory
    • Markdown
    • MDC Syntax
    • JSON
    • YAML / YML
    • CSV
    • Document-driven
    • Components usage
    • Rendering
    • Querying
    • Navigation
    • TypeScript
    • Sitemap
    • Node Server
    • Static Hosting
    • From Content v1
    • Edge Channel

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.

RecipesSitemapDeployStatic Hosting