Turn on watercolor background effects.* May affect performance, battery life, and temperature on some devices.

Progressive Vue

From a single HTML file to a dynamic application — Vue.js, the progressive framework.

Chapters 6

  1. First, HTMLEverything starts from a single HTML file#html#static
  2. Bringing in Vue via CDNIntroduce Vue.js without breaking your HTML — just one ESM import#vue#cdn#esm#setup
  3. Template Syntax ≒ HTMLVue's templates are HTML itself — with just a few extensions#vue#template#html
  4. Reactivity — From Static to DynamicChange the data, the screen updates — Vue's reactivity system#vue#reactivity#dynamic
  5. Components — Splitting HTMLSplit templates into components — like HTML custom elements#vue#component#structure
  6. The Full Picture of ProgressiveLooking back at the journey and what lies ahead#vue#progressive#sfc#ecosystem
← Back to all books