Vue.js is an open source, progressive JS framework for building UIs that aim to be incrementally adoptable. The core library of Vue.js is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.
We’ll see how to take advantage of its features to build fast, high-performance PWAs that work offline. We’ll also build our notes app and examine key concepts for understanding the components of Vue.js.