Introduction
  • Install Vue & Vite
  • Architecture, views & components
  • HTML, CSS & Javascript in Vue
  • Functions, data binding & directives
  • Loop & mapping objects
  • Todo list part 1 : create a dynamic list
  • Todo list part 2 : components & props
  • Todo list part 3: emit events
  • Computed & filters
  • Lifecycles & reactivity
  • Watch, good & bad practices
  • Mixins
Vue 3 Initiation
  • Install new template of Vue 3
  • New data binding approach (reactive)
  • How to declare Props
  • Setup, onMounted & ref
  • Computed & Watch
  • Composition API : more documentation on this article
Conclusion
  • Thank you very much !