Nuxt/docs/content/2.guide/2.directory-structure/0.nuxt.md
Clément Ollivier 944bba97ca
docs: update structure (#7047)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 14:54:31 +02:00

429 B

icon title head.title
IconDirectory .nuxt Nuxt Directory

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.