Skip to content

Commit f638dfe

Browse files
committed
rename files
1 parent 23968e5 commit f638dfe

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

docs/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 📦 Axios Module
2+
3+
> Secure and Easy [Axios](https://github.com/mzabriskie/axios) integration with Nuxt.js.
4+
5+
## Features
6+
7+
✓ Automatically set base URL for client & server side
8+
9+
✓ Exposes `setToken` function to `$axios` so we can easily and globally set authentication tokens
10+
11+
✓ Automatically enables `withCredentials` when requesting to base URL
12+
13+
✓ Proxy request headers in SSR (Useful for auth)
14+
15+
✓ Fetch Style requests
16+
17+
✓ Integrated with Nuxt.js Progressbar while making requests
18+
19+
✓ Integrated with [Proxy Module](https://github.com/nuxt-community/proxy-module)
20+
21+
✓ Auto retry requests with [axios-retry](https://github.com/softonic/axios-retry)
22+
23+
## Links
24+
25+
* [GitHub](https://github.com/nuxt-community/axios-module)
26+
* [Release Notes](./CHANGELOG.md)
27+
* [Migration Guide](migration.md)
28+
* [Examples](https://axios.nuxtjs.org/usage.html)
29+
30+
> 👉 To get started head to [Setup](setup.md) section.

docs/SUMMARY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Summary
2+
3+
* [Setup](setup.md)
4+
* [Usage](usage.md)
5+
* [Extending axios](extend.md)
6+
* [Helpers](helpers.md)
7+
* [Options](options.md)
8+
* [Migration Guide](migration.md)
9+
* [Changelog](changelog.md)

0 commit comments

Comments
 (0)