nuxtlearn
A dense, opinionated Nuxt 4 learning path for software engineers.
How to Use
- Read chapters in order — each builds on the previous
- Follow along with the matching starter in
starters/XX-name/ - Do the exercise at the end of each chapter
- Check your work against
solutions/XX-name/
Prerequisites
- TypeScript, Vue 3 Composition API
- Component-based architecture
- Node.js, Vite, package managers
- REST APIs, basic SSR concepts
Quick Start
cd starters/00-blank
npm install
npm run dev
Then read Chapter 00: Orientation to build your mental model.