axios-axios/examples
2016-08-22 21:52:59 -07:00
..
all Improving examples 2015-04-08 13:24:43 -06:00
amd Fixing AMD example 2015-09-21 16:17:34 -06:00
get Improve error handling 2016-06-13 13:56:08 -07:00
post Improve error handling 2016-06-13 13:56:08 -07:00
transform-response Improving examples 2015-04-08 13:24:43 -06:00
upload Splitting progress event handlers into upload and download handlers 2016-08-22 21:52:59 -07:00
README.md Update README.md 2016-01-29 09:32:50 +01:00
server.js Updating examples 2015-04-08 13:51:14 -06:00

axios examples

To run the examples:

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