2021-10-11 12:57:54 +00:00
---
2022-10-06 09:15:30 +00:00
navigation.icon: IconDirectory
title: ".nuxt"
description: "Nuxt uses the .nuxt/ directory in development to generate your Vue application."
2022-11-21 15:51:39 +00:00
head.title: ".nuxt/"
2021-10-11 12:57:54 +00:00
---
2022-10-06 09:15:30 +00:00
# .nuxt Directory
2021-10-11 12:57:54 +00:00
2022-03-16 11:16:05 +00:00
Nuxt uses the `.nuxt/` directory in development to generate your Vue application.
2021-10-11 12:57:54 +00:00
::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` .
2021-10-11 12:57:54 +00:00
::
This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.
2023-01-26 11:57:44 +00:00
## 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 >