Skip to content

metal-gogo/learning-vue

Repository files navigation

Learning Vue 2

Following tutorial from Learn Vue 2: Step by step

Learning path

  • Basic data binding
  • Setup Vue devtools
  • Lists
  • Vue event listeners
  • Attribute and class binding
  • The need for computed properties
  • Components 101
  • Components within components
  • Practical component excercise #1: Message
  • Practical component excercise #2: Modal
  • Practical component excercise #3: Tabs
  • Component communication example #1: Custom events
  • Component communication example #2: Event dispatcher
  • Named slots in a nutshell
  • Single-use components and inline templates
  • Webpack and vue-cli
  • Hot module replacement
  • Vue Ajax Requests with axios
  • Object-oriented forms: Part 1
  • Object-oriented forms: Part 2
  • Object-oriented forms: Part 3
  • Webpack config from scratch
  • This is Laravel mix
  • Shared state 101
  • Custom input components
  • Vue SPA Essentials: Routing
  • SPAs and the backend