Book Image

Learning Vue.js 2.0 [Video]

By : Jonathan M. Hethey
Book Image

Learning Vue.js 2.0 [Video]

By: Jonathan M. Hethey

Overview of this book

Vue.js is one of the latest JavaScript frameworks and has attracted the interest of web developers as it can be used to build complex single-page applications. This video course shows developers how to build high-performing, reactive web interfaces with Vue.js. It starts from scratch, teaching you how to build a Hello World! application in Vue.js and moves towards building advanced applications step by step. You’ll earn the concepts that you need to know about Vue.js. You’ll build an application as you go, putting the concepts we’ve explained into practice. Several modern tools such as Webpack, vue-cli, hot reloading, and vue devtools will be used to develop modern web applications, focusing on the view layer to provide the most performant experience for users. Also you will use the vue-cli-based Webpack template and look at how we can build on top of that starter kit. By the end of this course, you will be able to build complex and large web applications with Vue.js and will also understand how to make single-file-based reusable components which can be used across projects. All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/Learning-Vue.js-2.0 This course uses Vue.js 2.0, while not the latest version available, it provides relevant and informative content for legacy users of Vue.js.
Table of Contents (4 chapters)
Chapter 4
Building Complex Web Applications with Vue.js
Content Locked
Section 1
Routing with the Vue Router Library
This video aims to explore the Vue-router library. - Set up a router - Set up pages - Make use of route parameters “/post/1”, “/post/2”