feat(01-01): initialize Nuxt 4 project with all modules

- nuxt.config.ts with compatibilityVersion 4, SSR, 6 modules
- app/app.vue and app/pages/index.vue minimal setup
- pnpm as package manager with all dependencies installed
- TypeScript strict mode enabled
- .gitignore updated for Nuxt (.nuxt, .output, .env)
- tsconfig.json extends .nuxt/tsconfig.json
This commit is contained in:
2026-04-08 14:51:52 +02:00
parent b075fb81c4
commit 9fbbce07e0
7 changed files with 11208 additions and 42 deletions
+6 -1
View File
@@ -28,4 +28,9 @@ coverage
*.sw?
*.tsbuildinfo
.claude
.claude
# Nuxt
.nuxt
.output
.env