Technical requirements
In this chapter, the branch is called CH07
. To pull this branch, run the following command or use your GUI of choice to support you in this operation:
Git switch CH07.
As part of this chapter, we are also going to use an external resource called Dummyapi.io. This website will provide a dummy API that we will use to load our post dynamically. To be able to use the API, you need to register and generate an APP ID. Creating an APP ID is completely free and can be obtained by creating an account on the following link (https://dummyapi.io/sign-in).
This new branch, CH07
, includes just a couple of style changes and the replacement of the native button with the custom button component that we created in the last chapter, TheButton.vue
.
The code files for the chapter can be found at https://github.com/PacktPublishing/Vue.js-3-for-Beginners.