Summary
In this chapter, we learned about Vue and how to structure our frontend to make it easy to transition into components and applications. We looked at the different frontend frameworks and discussed what each of them provides.
We looked at how components and applications work together when writing a Vue-based web page. We tested what we learned by migrating the login page that we created as a simple HTML page to a Vue-based application. Lastly, we learned about Vue Router and how to use it to make it easier to route to different parts of a SPA.
Taking on board all this learning, in the next chapter, we will look at writing our application as a Vue- based application that will communicate with the REST API that we have built.