January 2024
Beginner
318 pages
6h 36m
English
Now that we have a development environment set up, we will get started with writing a small first application. In this chapter, we will create a Todo list app, which will teach us how the reactivity of Vue.js and the virtual DOM works. You can use the Todo list app as a guide to track progress in this book!
Let’s make it an assignment with some practical requirements:
There are different ways of writing a valid Vue.js component. Currently, the Composition API is preferred over the Options API. ...
Read now
Unlock full access