The Wayback Machine - http://web.archive.org/web/20200705191936/https://github.com/nuxt-community/axios-module
Skip to content
Branch: dev
Go to file
Code

Latest commit

renovate and renovate-bot committed fc50e46 Jun 22, 2020
chore(deps): update devdependency vuepress to ^1.5.2 (#380)
Co-authored-by: Renovate Bot <bot@renovateapp.com>

Files

Permalink
Failed to load latest commit information.

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

Development

  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

You can’t perform that action at this time.