What this book covers
Chapter 1, Exploring the Core Concepts of JavaScript, is where you discover how to use variables, conditions, and loops in JavaScript.
Chapter 2, Exploring the Advanced Concepts of JavaScript, is where you learn how to use object-oriented programming in JavaScript.
Chapter 3, Getting Started withVue.js, is where you learn the basics of Vue.js, with components and directives.
Chapter 4, Advanced Concepts of Vue.js, is where you explore in-depth Vue.js with communication between components and visual effects.
Chapter 5, Managing a List with Vue.js, is where you learn how to build a full project with Vue.js.
Chapter 6, Creating and Using Node.js Modules, is where you learn the basics of Node.js programming with modules.
Chapter 7, Using Express with Node.js, is where you explore the main library used to build Node.js applications.
Chapter 8, Using MongoDB with Node.js, is where you learn how to use the MongoDB database with Node.js using the Mongoose module.
Chapter 9, Integrating Vue.js with Node.js, is where you learn how to build a full project integrating Vue.js and Node.js.