Chapter 11: Vue.js Fundamentals in a Todo App
This chapter is entirely devoted to Vue.js, the Node.js npm, and the Vue CLI. These tools help developers to scaffold Vue.js projects with different configurations based on the user's options. This chapter also describes the Vue component's features and what you can do with them. Not only that, but you will also learn about the real-world structuring of a frontend web framework. We will do everything that I just mentioned in a Todo app using TypeScript.
In this chapter, we will cover the following topics:
- Starting a project using the Vue CLI
- Files and folders generated by the Vue CLI
- Getting started with a Vue component
- Common features in a Vue component