yahtnif / axios-module

Secure and easy axios integration with Nuxt.js

Home Page:https://axios.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Secure and easy axios integration with Nuxt.js

https://axios.nuxtjs.org

License:MIT License


Languages

Language:JavaScript 91.2%Language:Vue 8.8%