Skip to content

miladhp/axios-module

This branch is 10 commits behind nuxt-community/axios-module:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2796fa4 Β· Jun 2, 2021
May 17, 2021
Jun 2, 2021
Jun 2, 2021
Jan 4, 2021
Feb 8, 2021
Aug 13, 2017
Feb 9, 2019
Feb 9, 2019
Feb 9, 2019
Jun 2, 2021
Feb 9, 2019
Oct 16, 2020
Feb 9, 2019
Feb 9, 2019
Aug 25, 2020
Jun 2, 2021
Nov 24, 2018
May 17, 2021

Repository files navigation

@nuxtjs/axios

@nuxtjs/axios

npm version npm downloads Github Actions CI Codecov License

Secure and easy Axios integration for Nuxt.

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

πŸ“–  Read more

Contributing

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

πŸ“‘ License

MIT License

Copyright (c) Nuxt Community

About

Secure and easy axios integration with Nuxt.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.4%
  • Vue 15.6%