Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Vue.js 2 Basics in just 1 hour FREE
Rating: 4.4 out of 5(861 ratings)
18,345 students
Created byTim Schütz
Last updated 11/2018
English

What you'll learn

  • Learn the basics of vueJs easy and fast

Course content

1 section23 lectures1h 7m total length
  • Introduction1:54
  • Install Atom1:53
  • Install Plugins1:45
  • Setup Layout2:12
  • Vue object4:47
  • Data object3:18
  • Methods3:16
  • Change vue values per console1:31
  • Directives: v-show2:31

    Learn how to use the v-show directive to dynamically show or hide elements by toggling a boolean in the data object.

  • Directives: v-html1:46
  • Databinding4:29
  • 2 Way databinding2:42
  • Events3:14
  • Keyboard events3:14
  • Computed properties8:22
  • Add remove classes3:11

    Learn to dynamically add and remove classes in Vue.js 2 by binding an object of classes to a boolean active flag, and apply styles like color and border.

  • Css styling2:00
  • Conditions3:38
  • Dsiply list of items: v-for4:10
  • Checkbox1:25

    Bind a checkbox to a view and connect it to an active property in the data model, enabling you to read its checked state and act on value changes.

  • Radio buttons1:29

    Learn how to create and bind radio buttons in Vue.js, define values for gender options, and react to the selected value to drive form actions.

  • Selection1:17
  • 2 Vue objects & interaction3:19

Requirements

  • Learn the basics of vueJs 2

Description

Vue.js is a progressive javascript framework wich means you can use vue.js for your whole project or just one section of it. Compared to other javascript Frameworks like Angular or React Vue.js is specialy beginner friendly and in my opinion the best one to strat with after you learned your javascript basics. We will be covering the very basics of vue.js and you will have a solid understanding on how to use vue.js in your future projects. There will be of course a lot more to be covered that wont be in this 1 hour course and will be creating some additional  courses on vue.js in the future.

enjoy the course, TIm :)

Who this course is for:

  • If you want to get to the next level in the javascript game