Final words
Congratulations on reaching the end of this book! We have covered a wide spectrum of topics, from the very basics of Vue to the deployment of the final product. Let’s review together the main concepts for each chapter:
- In Chapter 1, The Vue 3 Framework, we introduced the key Vue concepts and the different syntax options available for writing components
- In Chapter 2, Software Design Principles and Patterns, we took a deep-dive into important conceptual and well-tested patterns for architecting our code
- In Chapter 3, Setting Up a Working Project, and Chapter 4, User Interface Composition with Components, we learned how to start a Vue project and how to translate designs into working code
- In Chapter 5, Single-Page Applications, and Chapter 6, Progressive Web Applications, possibly the most important chapters, we learned how to create advanced applications with navigation and installation via the browser’s native functions
- In Chapter 7...