Vue Chapter Index
Introduction
This index lists all 31 chapters in the Hello Code Vue track, grouped by topic. Use it to jump to a lesson or compare coverage with frontend/gen_article_plan/vue.md.
Prerequisites
- None—this page is a map, not a lesson
Getting Started (01–03)
Templates and Reactivity (04–06)
Components (09–12)
Composables (13)
Router (14–15)
State and API (16–18)
Test, Build, and SSR (19–21)
Projects (23–26)
Operations and Wrap-Up (27–31)
Suggested Learning Paths
API-ready SPA: 01 → 03 → 05 → 09 → 14 → 16 → 17 → 24
Systematic: 01–20 → 23–25 → 28–31
Full-stack: Vue 17, 24, 25 + FastAPI or Django REST + Git CI
From vanilla JS: DOM in JavaScript → 01–06
- Logo:
/category-logos/vue.png
- Plan file:
frontend/gen_article_plan/vue.md
- Article guidelines:
frontend/GEN_ARTICLE_ROLE.md
Cross-Track Links
FAQ
Where do I start?
What Is Vue, then Environment and create-vue Project.
Is chapter 21 required?
No—SSR/Nuxt is optional unless you need SEO or server rendering.
Is chapter 26 required?
No—multi-step form is optional practice for forms and slots.
Skip Docker (27)?
Yes for pure frontend learning; read it before production deploy with Compose.
Vue vs React on Hello Code?
Vue has a full 31-chapter track; React is covered via JS/TS + external docs—see What Is Vue comparison table.
PostgreSQL blog schema?
Align Blog reader with PostgreSQL blog project.