@nuxtjs/axios
v5.13.6
Published
Secure and easy Axios integration with Nuxt.js
Downloads
655,840
Keywords
Readme
@nuxtjs/axios
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
- Fetch Style requests
- Integrated with Nuxt progress bar
- Integrated with Proxy Module
- Auto retry requests with axios-retry
Contributing
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
📑 License
Copyright (c) Nuxt Community