Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 947 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 947 Bytes

Vue.js course

Lessons and exercises from a Vue.js course I'm taking, provided by Academind on Udemy: https://www.udemy.com/course/vuejs-2-the-complete-guide/

Modules

2: DOM interaction 3: Conditionals and Vue directives 4: "Monster Slayer" Project 5: VueJS Instance 5a: VueJS Instance lifecycle 6: Vue CLI and Webpack 7: Components introduction 7a: Components folder structure 8: Communicating between Components (props, custom events) 9: Advanced Component usage (slots, dynamic components) 10: "Quotes" project 11: Forms and user input 12: Custom directives 13: Filters, Computed Properties, Mixins 14: Animations and transitions 14a: "Quiz" 15: Connecting to server with HTTP with vue-resource 16: Routing with vue-router 17: State management with vuex 18: "Stock Trader" final project


22: Axios