axios-axios/examples
ikuy1203 6dff629ee7
chore: fix typos in examples (#7166)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-10-20 09:23:22 +02:00
..
all Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
amd fix: removing multiple/trailing/leading whitespaces (#5022) 2022-11-25 15:56:31 +02:00
get Update get/index.html (#5116) 2022-10-30 19:14:27 +02:00
post fix: removing multiple/trailing/leading whitespaces (#5022) 2022-11-25 15:56:31 +02:00
postMultipartFormData chore: fix typos in examples (#7166) 2025-10-20 09:23:22 +02:00
transform-response Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
upload Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
README.md chore(docs): fix outdated grunt to npm scripts (#6073) 2023-11-14 21:54:58 +02:00
server.js fix(examples): application crashed when navigating examples in browser (#5938) 2025-01-30 21:25:28 +02:00

axios examples

To run the examples:

  1. git clone https://github.com/axios/axios.git
  2. cd axios
  3. npm install
  4. npm run build
  5. npm run examples
  6. http://localhost:3000