1. Starting Your First Vue Project
Overview
In this chapter, you will learn the key concepts of Vue.js and why you should consider Vue.js for your next project. You will learn how to run Vue projects from the command line; describe the Vue.js project architecture; create Vue single file components using various styling and HTML syntax flavors; and also write Vue methods and data objects and control HTML templates competently.
By the end of this first chapter, you will be able to describe the basics of Vue lifecycle hooks and expressions.