mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
17 lines
435 B
Markdown
17 lines
435 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-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.
|