Universal HTTP Module for Nuxt.js
 
 
Go to file
Ricardo Gobbo de Souza 6a34d0fc0b refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.circleci refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.github Create ISSUE_TEMPLATE.md 2018-03-28 18:33:29 +02:00
docs Update usage.md 2018-11-03 11:24:44 +09:00
lib refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
test refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.editorconfig moved from nuxt-community/modules 2017-08-13 15:52:10 +04:30
.eslintignore refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.eslintrc.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.gitbook.yaml update .gitbook.yaml 2018-09-21 16:31:06 +04:30
.gitignore refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
CHANGELOG.md chore(release): 5.3.6 2018-11-08 12:48:05 +03:30
LICENSE refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
README.md refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
babel.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
commitlint.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
husky.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
index.d.ts fix(types): `onResponseError` typo (#203) 2019-01-29 12:30:39 +01:00
jest.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
package.json refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
renovate.json chore: configure renovate (#181) 2018-11-25 02:29:23 +03:30
yarn.lock refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30

README.md

📦 Axios Module

npm version npm downloads Circle CI Codecov Dependencies Standard JS

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

Copyright (c) Nuxt Community