kayjaydee
|
2ec6a213f0
|
chore(07-01): install nuxt-schema-org + add updated field to blog schema
- pnpm add -D nuxt-schema-org@^6.0.4 (D-01, D-04)
- content.config.ts blogSchema: updated: z.string().optional() (D-13, D-14)
- Caches content/.nuxt vidés (Pitfall 8)
|
2026-04-22 11:10:39 +02:00 |
|
kayjaydee
|
f0bf0a989c
|
refactor(config): update nuxt.config.ts to enhance module configuration, remove deprecated files, and improve contact form validation with zod schema
|
2026-04-21 23:15:04 +02:00 |
|
kayjaydee
|
0fe5b545ad
|
fix(05): install @iconify-json/lucide, pre-bundle zod in vite optimizeDeps
|
2026-04-21 16:41:23 +02:00 |
|
kayjaydee
|
dba0d6c3ac
|
chore(05-01): install @nuxt/content@3.13.0 and @tailwindcss/typography@0.5.19
- Add @nuxt/content to dependencies
- Add @tailwindcss/typography to devDependencies
|
2026-04-21 14:33:29 +02:00 |
|
kayjaydee
|
3a09d28bba
|
chore: sync pnpm-lock.yaml
|
2026-04-17 09:08:05 +02:00 |
|
kayjaydee
|
d2916e60bc
|
fix: add tailwindcss as devDependency for Nuxt UI v3
@nuxt/ui provides the Vite plugin but tailwindcss package itself
must be installed for @import "tailwindcss" to resolve in CSS.
|
2026-04-08 16:39:39 +02:00 |
|
kayjaydee
|
01b0c13250
|
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
|
2026-04-08 14:51:52 +02:00 |
|