Directory structure
This is an overview of the most important folders and files.
Folders
📁 assets/
Contains css files, svgs, and some runtime data
📁 components/
All the .vue components are here
📁 composables/
Reusable functionality functions
📁 docs/
Project documentation used by vitepress dependency
📁 lang/
All translations files of the app @nuxtjs/i18n module
📁 lib/ shadcn-nuxt
Only used by shadcn-nuxt module
📁 pages/
📁 plugins/
📁 public/
📁 server/
Files
📜 .env
📜 nuxt.config.ts
📜 components.json shadcn-nuxt
Only used by shadcn-nuxt module
📜 package.json
For more detailed information check Nuxt Directory Structure.