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

17 lines
602 B
Markdown
Raw Normal View History

---
navigation.icon: IconDirectory
title: ".output"
description: "Nuxt creates the .output/ directory when building your application for production."
head.title: ".output/"
---
# Output Directory
2023-07-07 16:24:09 +00:00
Nuxt creates the [`.output/` directory](/docs/guide/directory-structure/output) when building your application for production.
::alert{type=warning}
2021-11-21 12:31:44 +00:00
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](/docs/getting-started/deployment).