File Structure

The tree diagram below illustrates the file structure and contents of the package.

  • .vercel # Deploy to vercel.
  • app
  • composables # Composables will get auto imported when used.
  • layouts
  • store # Pinia
  • utils
  • app.config.ts
  • app.vue
  • error.vue
  • modules
  • public
  • 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.