8 Star 47 Fork 0

Gitee 极速下载 / axios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mzabriskie/axios
克隆/下载
CONTRIBUTING.md 1.27 KB
一键复制 编辑 原始数据 按行查看 历史

Contributing

We are open to, and grateful for, any contributions made by the community. By contributing to axios, you agree to abide by the code of conduct.

Code Style

Please follow the node style guide.

Commit Messages

Please follow conventional commits

Testing

Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on GitHub actions.

Documentation

Please update the docs accordingly so that there are no discrepancies between the API and the documentation.

Developing

  • npm run test run the jasmine and mocha tests
  • npm run build run webpack and bundle the source
  • npm run version prepare the code for release

Please don't include changes to dist/ in your pull request. This should only be updated when releasing a new version.

Running Examples

Examples are included in part to allow manual testing.

Running example

> npm run examples
# Open 127.0.0.1:3000

Running sandbox in browser

> npm start
# Open 127.0.0.1:3000

Running sandbox in terminal

> npm start
> node ./sandbox/client
JavaScript
1
https://gitee.com/mirrors/axios.git
git@gitee.com:mirrors/axios.git
mirrors
axios
axios
v1.x

搜索帮助