22.05.31 화요일 할 일
Store에 Pinia를 만들어서 api -> store -> vue로 상태관리 하기
Pinia 적용
Vue.js에서 axios를 사용하여 서버통신하는 방법
웹 또는 앱을 개발하다 보면 거의 대부분이 서버가 필요하게 됩니다. 서버에 내용을 저장하고 웹이나 앱에서 서버의 저장된 내용을 불러다가 사용자에게 보여주게 되는데요. 이때 javascript에는 a
ux.stories.pe.kr
도움을 주신 분들
https://jasonwatmore.com/post/2020/07/23/vue-axios-http-post-request-examples
Vue + Axios - HTTP POST Request Examples | Jason Watmore's Blog
Below is a quick set of examples to show how to send HTTP POST requests from Vue to a backend API using the axios HTTP client which is available on npm. Other HTTP examples available: Vue + Axios: GET Vue + Fetch: GET, POST React + Fetch: GET, POST, PUT, D
jasonwatmore.com
https://velog.io/@kaitlin_k/axios-patch-400-%EC%98%A4%EB%A5%98
응답 상태코드 400 오류
400 에러 발생시 확인해야할 세가지
velog.io
https://devtalk.kakao.com/t/axios-get-headers/107134
Axios로 get할 때 headers에 어떤 양식으로 넣어야 할지 모르겠습니다
프로필정보를 받아오고 싶습니다 ㅠㅠ vue를 사용하고 있습니다. 코드는 아래와 같습니다. headers부분을 query string stringify를 해야할 것 같은데 어떻게 해야할지 모르겠네요 getUser() { const config = { h
devtalk.kakao.com
Vue.js에서 axios를 사용하여 서버통신하는 방법
웹 또는 앱을 개발하다 보면 거의 대부분이 서버가 필요하게 됩니다. 서버에 내용을 저장하고 웹이나 앱에서 서버의 저장된 내용을 불러다가 사용자에게 보여주게 되는데요. 이때 javascript에는 a
ux.stories.pe.kr
https://stackoverflow.com/questions/65511861/request-failed-with-status-code-400-with-axios
Request failed with status code 400 with axios
I am trying to use the login API I made using node, however, whenever I call the API using Axios, it gives me a request failed in the console. This is how I use axios to call my method: axios ...
stackoverflow.com