My personal website built with Nuxt 3.
Built as reference for optimal Nuxt code practices, SEO, performance and accessibility.
- 🤝 Integrated with @nuxt/image, images served with cloudinary
- Automatic routes based on content /w 404 handling
- Automatic navigation generation
- Easy content composables
- Fully typed content
- Split pages/posts for easier content organisation
- pnpm
- Use UnoCSS for designing
Make sure to install the dependencies:
pnpm i
Start the development server on http://localhost:3000
pnpm run dev