To make the request, we'll use the mounted() function from Vue in combination with the GET function of the Axios library to fetch the data and store it in the results array in the data model. The mounted function is called once the Vue app is mounted to an element. Once the Vue app is mounted, we'll make the request to the API and save the

Vue.js has an easy API and several options for defining HTML templates in our components. We can use the