axios

    Vue.js - axios 라이브러리 설치 및 활용

    axios axios는 브라우저 및 node에서도 쓰이는 HTTP client 이며, XMLHttpRequests를 만들어주어 request를 사용할 수 있는 라이브러리이다. 간결하게 로직을 구성할 수 있다. 데이터를 요청하고 응답받을 때 사용한다. 자동으로 JSON 데이터를 변환해준다. 거의 대부분의 브라우저를 지원한다. https://github.com/axios/axios GitHub - axios/axios: Promise based HTTP client for the browser and node.js Promise based HTTP client for the browser and node.js - GitHub - axios/axios: Promise based HTTP client for t..