Nuxt/docs/2.guide/2.directory-structure/0.nuxt.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

529 B

navigation.icon title description head.title
IconDirectory .nuxt Nuxt uses the .nuxt/ directory in development to generate your Vue application. .nuxt/

.nuxt Directory

Nuxt uses the .nuxt/ directory in development to generate your Vue application.

::alert{type=warning} You should not touch any files inside since the whole directory will be re-created when running nuxt dev. ::

This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.