« Previous
Next »
Vue HOME
Welcome to the iwantcoding.com Vue Tutorial. Vue is a progressive front-end framework: small enough to drop into one page, powerful enough to scaffold a full Nuxt app — without giving up the templating ergonomics teams love.
What this tutorial covers
| Chapter | You will learn |
|---|---|
| Vue Basics | Single-file components, templates, directives, v-bind / v-on / v-model. |
| Reactivity | ref, reactive, computed, watchers, and the Composition API. |
| Components | Props, emits, slots, provide / inject, lifecycle, composables, transitions. |
| Ecosystem | Vue Router, Pinia, forms, Nuxt, testing with Vitest, SSR. |
| Examples | Runnable snippets, quiz, exercises, bootcamp, certificate. |
Who this is for
- React refugees — same mental model, more batteries included.
- Designers writing markup — Vue templates read like the HTML you already know.
- Teams shipping a small SPA — Vue + Vite gets you to production in an afternoon.
How to use this tutorial: read the chapter, run the example with Try it Yourself », do the exercise, then take the quiz at the bottom. Hit Mark complete when you're done — the sidebar will track your progress.
Example
« Previous
Next »
Discussion
Loading…