Book Image

Vue.js 2 Recipes [Video]

By : Peter van Meijgaard
Book Image

Vue.js 2 Recipes [Video]

By: Peter van Meijgaard

Overview of this book

<p><span id="description" class="sugar_field">Vue.js is an open source JavaScript library for building modern, interactive web applications. With a rapidly growing community and a strong ecosystem, Vue.js makes developing complex, single-page applications a breeze. Its component-based approach, intuitive API, blazingly fast core, and compact size make Vue.js a great solution with which to craft your next front-end application.</span></p> <p><span id="description" class="sugar_field">This video tutorial dives right into exploring various tasks that you will come across while building your web applications with Vue.js. You start with building a simple Vue application, and then learn to add different elements, filters, properties, and forms to your project. You'll explore the different transitions and animations possible with Vue.js, and add components and events to your Vue application, making it more dynamic as you go. After that, you'll learn how to add communication with remote resources to your Vue application and leverage VueRouter 2 to build a single-page application. Finally, you will delve into advanced state management with Vuex and learn to test the applications you've built.</span></p> <p><span id="description" class="sugar_field">By the end of this course, you'll be ready to take on real-world projects with Vue, armed with the solutions needed to face development tasks head-on.</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 tutorial offers detailed, easy-to-follow recipes that will help you harness the full potential of Vue.js. Each recipe is designed to help you quickly understand and solve a particular problem (commonly faced by developers using Vue.js)s in a simple and intuitive manner. It also includes larger recipes to address obstacles arising from building medium-to-large scale applications with Vue.js.</span></span></p>
Table of Contents (13 chapters)
Chapter 7
Vue Files
Content Locked
Section 2
Working with Advanced Vue Files
In this video, we'll take a look at how to work with advanced Vue files. - Use CSS-pre-processors and how to use CSSmodules - Use HTML-pre-processors - Using JS-pre-processors.