axios-axios/examples
Ikko Ashimine 179a0c80a8
Update get/index.html (#5116)
Github -> GitHub

Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-10-30 19:14:27 +02:00
..
all Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
amd Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
get Update get/index.html (#5116) 2022-10-30 19:14:27 +02:00
post Axios ES2017 (#4787) 2022-06-18 11:19:27 +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