Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 426 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 426 Bytes

New to Vue

Using this template1 to teach my daughter how to write Vue apps.

It's also available for remixing in Glitch.

Footnotes

  1. It uses the Options API from Vue 2 rather than Vue 3's more flexible composition API – as I think the Options API is more intuitive for beginners, and has the benefit of being more structured, encouraging more consistent code that's easier to read.