File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments