Nuxt/docs/2.guide/2.directory-structure/0.output.md

709 B

title description head.title navigation.icon
.output Nuxt creates the .output/ directory when building your application for production. .output/ i-ph-folder-duotone

::callout{icon="i-ph-warning-duotone" color="amber"} This directory should be added to your .gitignore file to avoid pushing the build output to your repository. ::

Use this directory to deploy your Nuxt application to production.

:read-more{to="/docs/getting-started/deployment"}

::callout{icon="i-ph-warning-duotone" color="amber"} You should not touch any files inside since the whole directory will be re-created when running nuxt build. ::