Skip to content

Latest commit

Β 

History

History
executable file
Β·
50 lines (34 loc) Β· 2.03 KB

README.md

File metadata and controls

executable file
Β·
50 lines (34 loc) Β· 2.03 KB

πŸ“¦ 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