pukyong-capstone-2023 / capstone

0 stars 0 forks source link

백엔드에서 데이터 받기 #8

Open SlowCloud opened 1 year ago

SlowCloud commented 1 year ago

axios 활용하기!

SlowCloud commented 1 year ago

위 요소를 static/index.html의 헤더에 넣고 main.js에서 백엔드 데이터를 불러오는 작업을 해 봅시다.

SlowCloud commented 1 year ago

uncaught TypeError: Failed to resolve module specifier "axios". Relative references must start with either "/", "./", or "../".

SlowCloud commented 1 year ago

백엔드랑 프론트 서버를 분리해서 프론트에서도 테스팅 가능하게 수정해볼게요!