File Structure
The tree diagram below illustrates the file structure and contents of the package.
- .vercel # Deploy to vercel.
- app
- assets # All the website's assets that the build tool will process.
- components # Nuxt automatically imports any components in this directory.
- composables # Composables will get auto imported when used.
- layouts
- middleware
- pages
- store # Pinia
- utils
- app.config.ts
- app.vue
- error.vue
- content # File-based CMS for your application.
- modules
- prisma
- public
- server
- shared
- .env
- .env.example
- eslint.config.mjs
- nuxt.config.ts
- package.json
- pwa.ts
- tailwind.config.ts
- tsconfig.json
You can follow their official documentation Nuxt.