Skip to content

SaulIO/axios-module

This branch is 103 commits behind nuxt-community/axios-module:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
pooya parsa
Aug 20, 2019
fdb9837 Β· Aug 20, 2019
Feb 15, 2019
Mar 9, 2019
Jul 25, 2019
Jun 14, 2019
May 23, 2019
Aug 20, 2019
Aug 13, 2017
Feb 9, 2019
Feb 9, 2019
Sep 21, 2018
Feb 9, 2019
Aug 20, 2019
Feb 9, 2019
Feb 18, 2019
Feb 9, 2019
Feb 9, 2019
Feb 9, 2019
Feb 9, 2019
Aug 20, 2019
Nov 24, 2018
Aug 20, 2019

Repository files navigation

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

About

Secure and easy axios integration with Nuxt.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • Vue 7.4%