- Vue.js Quick Start Guide
- Ajdin Imsirovic
- 67字
- 2021-06-24 18:23:55
Why use Vue?
We have discussed the problems that Vue solves in the previous section. In this section, we will look at practical examples of why it is a pleasure to work with:
- Declarative code (we tell Vue what to do, not how to do it)
- Easy to understand syntax (it's as minimal as it can get)
- Feels like a right fit for a variety of projects