http/docs
alukos 27aa4bdc77 docs(setup): add module.exports in nuxt.config.js (#120) 2018-03-10 18:54:18 +03:30
..
changelog.md 📖 docs: move to gitbook 2018-02-17 19:07:27 +03: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
readme.md docs: replace 'Github' to 'GitHub' (#115) 2018-03-06 17:33:23 +03:30
setup.md docs(setup): add module.exports in nuxt.config.js (#120) 2018-03-10 18:54:18 +03:30
summary.md docs: fix link to changelog 2018-02-17 19:11:03 +03:30
usage.md 📖 docs: move to gitbook 2018-02-17 19:07:27 +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

👉 To get started head to Setup section.