Part 2: JavaScript on the Client-Side
In this part, we discover the use of JavaScript in a browser (so-called client-side). We will learn how to use the Vue.js library to build JavaScript apps on the client-side. We also build a list management application (small but representative of the reality).
This section comprises the following chapters:
- Chapter 3, Getting Started with Vue.js
- Chapter 4, Advanced concepts of Vue.js
- Chapter 5, Managing a list with Vue.js