axios -> 뷰에서 권고하는 promise기반의 http 통신 라이브러리 ajax (Asynchronous Javascript And Xml)-> 비동기적인 webApplication의 제작을 위한 웹개발 기법 vue에서 http통신을 하기위해서는 axios를 주로 사용하도록 권고하고 있습니다. axios는 오픈소스로https://github.com/axios/axios GitHub - axios/axios: Promise based HTTP client for the browser and node.jsPromise based HTTP client for the browser and node.js - axios/axiosgithub.com 이 깃허브 주소에서 확인하실수있습니다. 깃헙..