Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 21, 2018
1 parent 23968e5 commit f638dfe
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/README.md
@@ -0,0 +1,30 @@
# πŸ“¦ Axios Module

> Secure and Easy [Axios](https://github.com/mzabriskie/axios) integration with Nuxt.js.
## Features

βœ“ Automatically set base URL for client & server side

βœ“ Exposes `setToken` function to `$axios` so we can easily and globally set authentication tokens

βœ“ Automatically enables `withCredentials` when requesting to base URL

βœ“ Proxy request headers in SSR (Useful for auth)

βœ“ Fetch Style requests

βœ“ Integrated with Nuxt.js Progressbar while making requests

βœ“ Integrated with [Proxy Module](https://github.com/nuxt-community/proxy-module)

βœ“ Auto retry requests with [axios-retry](https://github.com/softonic/axios-retry)

## Links

* [GitHub](https://github.com/nuxt-community/axios-module)
* [Release Notes](./CHANGELOG.md)
* [Migration Guide](migration.md)
* [Examples](https://axios.nuxtjs.org/usage.html)

> πŸ‘‰ To get started head to [Setup](setup.md) section.
9 changes: 9 additions & 0 deletions docs/SUMMARY.md
@@ -0,0 +1,9 @@
# Summary

* [Setup](setup.md)
* [Usage](usage.md)
* [Extending axios](extend.md)
* [Helpers](helpers.md)
* [Options](options.md)
* [Migration Guide](migration.md)
* [Changelog](changelog.md)

0 comments on commit f638dfe

Please sign in to comment.