Universal HTTP Module for Nuxt.js
 
 
Go to file
renovate[bot] 31d1acaa94 chore: configure renovate (#181) 2018-11-25 02:29:23 +03:30
.circleci add missing codecov dependency 2017-08-13 16:49:43 +04:30
.github Create ISSUE_TEMPLATE.md 2018-03-28 18:33:29 +02:00
docs Update usage.md 2018-11-03 11:24:44 +09:00
lib fix: correctly ignore brotli encoding on server-side (#180) 2018-11-08 12:47:46 +03:30
test fix: correctly ignore brotli encoding on server-side (#180) 2018-11-08 12:47:46 +03:30
.editorconfig moved from nuxt-community/modules 2017-08-13 15:52:10 +04:30
.eslintrc.js working eslint 2017-08-13 16:40:55 +04:30
.gitbook.yaml update .gitbook.yaml 2018-09-21 16:31:06 +04:30
.gitignore 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
CHANGELOG.md chore(release): 5.3.6 2018-11-08 12:48:05 +03:30
LICENSE Create LICENSE 2017-08-13 15:53:24 +04:30
README.md update readme 2018-02-19 13:14:55 +03:30
index.d.ts fix(types): replace AxiosPromise to Promise (#162) 2018-09-21 11:37:46 +04:30
package.json chore(release): 5.3.6 2018-11-08 12:48:05 +03:30
renovate.json chore: configure renovate (#181) 2018-11-25 02:29:23 +03:30
yarn.lock choreL update dependencies 2018-10-30 23:26:57 +03:30

README.md

📦 Axios Module

Secure and Easy 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

✓ Auto retry requests with axios-retry

📖 Read Documentation

📑 License

MIT License - Nuxt Community