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.
Please follow the node style guide.
Please follow conventional commits
Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on GitHub actions.
Please update the documentation accordingly so that there are no discrepancies between the API and the documentation.
npm run testruns the jasmine and mocha testsnpm run buildruns rollup and bundles the sourcenpm run versionprepares the code for release
Examples are included in part to allow manual testing.
Running example
> npm run examples
# Open 127.0.0.1:3000Running sandbox in browser
> npm start
# Open 127.0.0.1:3000Running sandbox in terminal
> npm start
> node ./sandbox/client