2021-10-11 12:57:54 +00:00
|
|
|
---
|
|
|
|
icon: IconDirectory
|
|
|
|
title: '.nuxt'
|
|
|
|
head.title: Nuxt directory
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
# Nuxt directory
|
|
|
|
|
2021-11-21 12:31:44 +00:00
|
|
|
The `.nuxt/` directory is used by Nuxt 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.
|