Nuxt/docs/content/3.docs/2.directory-structure/1.nuxt.md
Sébastien Chopin 18cf0ba865
chore(docs): improvements (#655)
Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-11 14:57:54 +02:00

17 lines
432 B
Markdown

---
icon: IconDirectory
title: '.nuxt'
head.title: Nuxt directory
---
# Nuxt directory
The `.nuxt` directory is used by Nuxt in development to generate your Vue application.
::alert{type=warning}
You should not touch any files inside since the whole directory will be re-create when running `nuxt dev`
::
This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.