Book Image

Hands-On Web Development with Vue.js [Video]

By : Roman Kuba
Book Image

Hands-On Web Development with Vue.js [Video]

By: Roman Kuba

Overview of this book

<p>Vue.js is an open-source progressive JavaScript framework for building user interfaces. The main features that make Vue.js stand out are that it is approachable, versatile and performant.</p> <p>This course will show you how to build rich web applications quickly using Vue.js. You will start in the simplest way possible so you can get up-and-running with Vue within minutes. You will understand the fundamentals of how to use a Vue instance and dig deeper into the Vue environment. Start the journey with vue-cli by building a personal CRM application with Vue libraries such as VueX and Vue Router. Learn the concepts of clean state management and testing Vue components using tools such as Jest along with vue-test-utils. Using child components with vue-test-utils, level up your Vue skills for production readiness. Finally, learn the real world tips and tricks of working with Vue.js efficiently.</p> <p>By the end of this course, you will be able to write well tested, clean code to provide your web application with rich and interactive experience.</p> <p>The code bundle for this video course is available at- <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/Hands-on-Web-Development-with-Vue.js" target="blank">https://github.com/PacktPublishing/Hands-on-Web-Development-with-Vue.js</a>.</p> <h1>Style and Approach</h1> <p>This course offers in-depth content balanced with tutorials that put the theory into practice. The focus of this course is on giving you the understanding and practical examples that will transform you from a beginner-level web developer into an expert, ready to develop powerful, efficient web applications using Vue!</p>
Table of Contents (6 chapters)
Chapter 1
Getting a Rolling Start with Vue
Content Locked
Section 5
Exploring the Vue Lifecycle
In this video, we shall see how to pass data from the outside to the Vue instance. - Learn about the Vue lifecycle methods - Let's hook into one of the lifecycle methods - Use ‘beforeMount' to access the original $el