• Docs
  • Modules
  • Showcase
  • Support

Docs

  • Get Started
  • Guide
  • API
  • Examples
  • Community
  • Key Concepts
    • Auto imports
    • Vue.js Development
    • Rendering Modes
    • Server Engine
    • Modules
    • ES Modules
    • TypeScript
  • Directory Structure
    • .nuxt
    • .output
    • assets
    • components
    • composables
    • content
    • layouts
    • middleware
    • node_modules
    • pages
    • plugins
    • public
    • server
    • utils
    • .gitignore
    • .nuxtignore
    • app.config.ts
    • app.vue
    • nuxt.config.ts
    • package.json
    • tsconfig.json
  • Going further
    • How Nuxt Works?
    • Lifecycle Hooks
    • Module Author Guide
    • Nuxt Kit
    • NuxtApp
    • Runtime Config
    • Edge Channel

Output Directory

Nuxt creates the .output/ directory when building your application for production.

You should not touch any files inside since the whole directory will be re-created when running nuxt build.

Use this directory to deploy your Nuxt application to production. Learn more in our deployment section.


Edit on Github
© 2022 Nuxt - MIT License
  • Support
  • Design Kit
  • NuxtLabs
  • Nuxt Studio