April 2018
Beginner
368 pages
7h 37m
English
They are many JavaScript frameworks we can use if we want to build a client-side rendering website. ReactJS, AngularJS, and VueJS are among the most well-known frameworks—not surprising when you know that they're backed by Google and Facebook.
VueJS is one of the easiest to learn. That's why we chose to start with this one. In the last chapter of this book, we'll do a quick introduction to VueJS so that you can understand how it works and what are the possibilities for it:

VueJS allows you to create everything from small widgets, driven by JavaScript, which you drop into existing applications. Over medium-sized ...