Nuxt/docs/content/2.guide/3.directory-structure/1.nuxt.md
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00

17 lines
429 B
Markdown

---
icon: IconDirectory
title: '.nuxt'
head.title: 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.