Universal HTTP Module for Nuxt.js
 
 
Go to file
Pooya Parsa 18b2d2baee chore: update dependencies 2018-04-01 01:19:15 +04: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 docs(setup): add module.exports in nuxt.config.js (#120) 2018-03-10 18:54:18 +03:30
lib feat: CLI improvements 2018-03-31 23:46:54 +04:30
test feat: consola integration 2018-03-31 22:22:54 +04: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
.gitignore 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
CHANGELOG.md chore(release): 5.3.0 2018-03-31 23:46:59 +04:30
LICENSE Create LICENSE 2017-08-13 15:53:24 +04:30
README.md update readme 2018-02-19 13:14:55 +03:30
book.json 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
package.json chore: update dependencies 2018-04-01 01:19:15 +04:30
yarn.lock chore: update dependencies 2018-04-01 01:19:15 +04: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