2021-10-11 12:57:54 +00:00
|
|
|
---
|
2022-10-06 09:15:30 +00:00
|
|
|
navigation.icon: IconDirectory
|
|
|
|
title: ".output"
|
|
|
|
description: "Nuxt creates the .output/ directory when building your application for production."
|
2022-11-21 15:51:39 +00:00
|
|
|
head.title: ".output/"
|
2021-10-11 12:57:54 +00:00
|
|
|
---
|
|
|
|
|
2022-08-13 07:27:04 +00:00
|
|
|
# Output Directory
|
2021-10-11 12:57:54 +00:00
|
|
|
|
2023-07-07 16:24:09 +00:00
|
|
|
Nuxt creates the [`.output/` directory](/docs/guide/directory-structure/output) when building your application for production.
|
2021-10-11 12:57:54 +00:00
|
|
|
|
|
|
|
::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`.
|
2021-10-11 12:57:54 +00:00
|
|
|
::
|
|
|
|
|
2023-01-09 09:19:15 +00:00
|
|
|
Use this directory to deploy your Nuxt application to production. Learn more in our [deployment section](/docs/getting-started/deployment).
|