Making HTTP Requests with Axios, API Example
Let's start off by pulling in axios, a simple JS library that allows us to make http request. Then let's implement a simple api request using JSONPlaceHolder, a nice testing api service. Then use the results to display them on the page.
TOPICS
API
Axios
Packages
Vue