- Overview
- Transcript
3.1 Conclusion
Migrating an application from jQuery to Vue.js can be a daunting task. But doing so can make reading, understanding, and maintaining code much easier. It also makes DOM updates so much easier: we just need to change the state of a component in order to trigger a DOM update. Ultimately, Vue.js makes it easier to write web applications.
My name is Jeremy McPeak, and from all of us here at Envato Tuts+, thank you for watching!
1.Introduction1 lesson, 01:41
1 lesson, 01:41
1.1Introduction01:41
1.1
Introduction
01:41
2.Migrating From jQuery to Vue.js4 lessons, 42:33
4 lessons, 42:33
2.1Why Change?14:33
2.1
Why Change?
14:33
2.2Forms09:09
2.2
Forms
09:09
2.3Converting jQuery Plugins11:36
2.3
Converting jQuery Plugins
11:36
2.4Wrapping a jQuery Plugin07:15
2.4
Wrapping a jQuery Plugin
07:15
3.Conclusion1 lesson, 01:02
1 lesson, 01:02
3.1Conclusion01:02
3.1
Conclusion
01:02
I started my development career on the client-side writing JavaScript and DHTML components in my spare time. In 2005, Nicholas C. Zakas asked me to join him in writing the first edition of Professional Ajax for Wiley Publishing. Since Professional Ajax, 1st Edition, I've been blessed to take part in other book projects: Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions.