axios-axios/examples
Ivan Barsukov 786b113a40
fix: removing multiple/trailing/leading whitespaces (#5022)
* fix: removing multiple/trailing/leading whitespaces

* Reverting changes in the dist directory

Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-11-25 15:56:31 +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 Axios ES2017 (#4787) 2022-06-18 11:19:27 +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 move the mention of gitpod to the main readme + modify gitpod description. (#2637) 2021-02-17 08:28:00 +02:00
server.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00

axios examples

To run the examples:

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