http/docs
pooya parsa e38838416a chore: migrate meta to nuxt/http 2019-03-18 21:19:29 +03:30
..
README.md chore: migrate meta to nuxt/http 2019-03-18 21:19:29 +03:30
SUMMARY.md Update SUMMARY.md 2018-09-21 17:00:40 +04:30
extend.md chore: migrate meta to nuxt/http 2019-03-18 21:19:29 +03:30
helpers.md merge master into dev (#219) 2019-02-20 13:05:56 +03:30
migration.md chore: migrate meta to nuxt/http 2019-03-18 21:19:29 +03:30
options.md chore: migrate meta to nuxt/http 2019-03-18 21:19:29 +03:30
setup.md chore: migrate meta to nuxt/http 2019-03-18 21:19:29 +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.