Book Image

Web development with Vue.js 2 [Video]

By : Olga Filipova
Book Image

Web development with Vue.js 2 [Video]

By: Olga Filipova

Overview of this book

<p><span id="description" class="sugar_field">Vue.js is one of the latest new frameworks to have piqued the interest of web developers due to its reactivity, reusable components, and ease of use. This video course shows developers how to leverage its features to build high-performing, reactive web interfaces with Vue.js. From the initial structuring to full deployment, this video provides step-by-step guidance to developing an interactive web interface from scratch with Vue.js.</span></p> <p><span id="description" class="sugar_field">You will start by building a simple application in Vue.js so you can observe its features in action. Delving into more complex concepts, you’ll learn about reactive data binding, reusable components, plugins, filters, and state management with Vuex. It will also teach you how to bring reactivity to an existing static application using Vue.js. By the time you finish this video, you will have built, tested, and deployed a complete reactive application in Vue.js from scratch.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course is a thorough, step-by-step guide that shows you how to build complete web apps with Vue.js. While teaching you its intricacies, the course also shows you how to implement the MVVM architecture in the real world and build high-performing web interfaces.</span></span></p>
Table of Contents (9 chapters)
Chapter 2
Fundamentals – Installing and Using
Content Locked
Section 7
Scaffolding Our Applications
Scaffolding our applications is necessary so that the reusable components can be used in them. In this video, we will scaffold the application - Use vue-cli webpack for scaffolding - Bootstrap your pomodoro application