Nuxt/docs/2.directory-structure/0.nuxt.md

20 lines
730 B
Markdown
Raw Normal View History

---
2023-03-27 13:17:17 +00:00
title: ".nuxt/"
description: "Nuxt uses the .nuxt/ directory in development to generate your Vue application."
head.title: ".nuxt/"
---
# .nuxt Directory
Nuxt uses the `.nuxt/` directory in development to generate your Vue application.
::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 dev`.
::
This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.
## Virtual File System
Nuxt also provides a Virtual File System (VFS) for modules to add templates to this directory without writing them to disk. You can explore the generated files by navigating to <http://localhost:3000/_vfs>