mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
docs: mention virtual file system (#18546)
This commit is contained in:
parent
95f45b3fc5
commit
98b5c89a5a
@ -14,3 +14,7 @@ You should not touch any files inside since the whole directory will be re-creat
|
|||||||
::
|
::
|
||||||
|
|
||||||
This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.
|
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user