Universal HTTP Module for Nuxt.js
 
 
Go to file
Alex Kozack 040eaf7410 fix(progress): handle division by zero (#117)
fixes #166.
2018-03-06 23:59:14 +03:30
.circleci add missing codecov dependency 2017-08-13 16:49:43 +04:30
docs docs: replace 'Github' to 'GitHub' (#115) 2018-03-06 17:33:23 +03:30
lib fix(progress): handle division by zero (#117) 2018-03-06 23:59:14 +03:30
test tests: add test for #111. 2018-03-06 09:37:02 +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
.gitignore 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
CHANGELOG.md chore(release): 5.1.0 2018-03-05 20:43:42 +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
book.json 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
package.json chore(release): 5.1.0 2018-03-05 20:43:42 +03:30
yarn.lock misc: update dependencies (axios 0.18.0) 2018-03-05 20:15:46 +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