Creating a Vue app
In the previous section, we discussed different frontend frameworks, so for this section, we are going to try to use Vue to build our frontend. In this section, we will look at writing our UI in Vue and discuss how we migrate the login page to Vue. This section will not teach you how to use Vue but rather will look at the way we use Vue to write the frontend components for our sample application.