mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
move the mention of gitpod to the main readme + modify gitpod description. (#2637)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a6e3707fd4
commit
535d0c45c1
@@ -3,6 +3,7 @@
|
||||
[](https://www.npmjs.org/package/axios)
|
||||
[](https://cdnjs.com/libraries/axios)
|
||||
[](https://travis-ci.org/axios/axios)
|
||||
[](https://gitpod.io/#https://github.com/axios/axios)
|
||||
[](https://coveralls.io/r/mzabriskie/axios)
|
||||
[](https://packagephobia.now.sh/result?p=axios)
|
||||
[](http://npm-stat.com/charts.html?package=axios)
|
||||
@@ -787,6 +788,13 @@ import axios from 'axios';
|
||||
axios.get('/user?ID=12345');
|
||||
```
|
||||
|
||||
## Online one-click setup
|
||||
|
||||
You can use Gitpod an online IDE(which is free for Open Source) for contributing or running the examples online.
|
||||
|
||||
[](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)
|
||||
|
||||
|
||||
## Resources
|
||||
|
||||
* [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
|
||||
|
||||
+1
-5
@@ -7,8 +7,4 @@ To run the examples:
|
||||
3. `npm install`
|
||||
4. `grunt build`
|
||||
5. `npm run examples`
|
||||
6. [http://localhost:3000](http://localhost:3000)
|
||||
|
||||
Or use Gitpod, a free dev environment for GitHub:
|
||||
|
||||
[](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)
|
||||
6. [http://localhost:3000](http://localhost:3000)
|
||||
Reference in New Issue
Block a user