http/docs
Sébastien Chopin e5f132f491
Update usage.md
2018-11-03 11:24:44 +09:00
..
README.md rename files 2018-09-21 16:33:52 +04:30
SUMMARY.md Update SUMMARY.md 2018-09-21 17:00:40 +04:30
extend.md 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
helpers.md docs: fix Typo in Helpers docs (#107) 2018-02-19 23:07:36 +03:30
migration.md 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
options.md feat: allow disable progress per request. closes #112. 2018-03-05 20:23:29 +03:30
setup.md docs(setup): add module.exports in nuxt.config.js (#120) 2018-03-10 18:54:18 +03:30
usage.md Update usage.md 2018-11-03 11:24:44 +09:00

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

👉 To get started head to Setup section.