Universal HTTP Module for Nuxt.js
 
 
Go to file
Alexander Lichter 624a3bd2c1
chore: fix issue template
2019-03-09 10:35:58 +01:00
.circleci Update config.yml 2019-02-15 16:41:24 +03:30
.github chore: fix issue template 2019-03-09 10:35:58 +01:00
docs merge master into dev (#219) 2019-02-20 13:05:56 +03:30
lib use object spread (#216) 2019-02-19 12:13:56 +03:30
test test(module): increase coverage (#213) 2019-02-19 01:28:35 +03:30
types fix(types): correct Vuex Store instance (#227) 2019-03-05 12:18:39 +03:30
.editorconfig moved from nuxt-community/modules 2017-08-13 15:52:10 +04:30
.eslintignore refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.eslintrc.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.gitbook.yaml update .gitbook.yaml 2018-09-21 16:31:06 +04:30
.gitignore refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
CHANGELOG.md chore(release): 5.4.1 2019-03-05 12:19:23 +03:30
LICENSE refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
README.md docs(readme): add section of development (#214) 2019-02-18 11:23:16 +03:30
babel.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
commitlint.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
husky.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
jest.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
package.json chore(release): 5.4.1 2019-03-05 12:19:23 +03:30
renovate.json chore: configure renovate (#181) 2018-11-25 02:29:23 +03:30
yarn.lock chore(deps): update @nuxtjs/proxy to 1.3.3 2019-03-02 22:01:24 +03:30

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