08.02.2017 Views

vuejs

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Getting Started 8<br />

10 <br />

11 <br />

12 <br />

13 $('#message').on('keyup', function(){<br />

14 var message = $('#message').val();<br />

15 $('h1').text(message);<br />

16 })<br />

17 <br />

18 <br />

This is a simple example of comparison and as you can see, Vue appears to be much more beautiful,<br />

less time consuming, and easier to grasp. Of course, jQuery is a powerful JavaScript library for<br />

Document Object Model (DOM) manipulation but everything comes with its ups and downs!

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!