All Projects → nuxt-community → Axios Module

nuxt-community / Axios Module

Licence: mit
Secure and easy axios integration with Nuxt.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Axios Module

Auth Module
auth.nuxtjs.org
Stars: ✭ 1,624 (+62.73%)
Mutual labels:  nuxt, axios, token, ssr
Naice Blog
😺 新的博客上线啦
Stars: ✭ 93 (-90.68%)
Mutual labels:  nuxt, axios, ssr
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-96.09%)
Mutual labels:  ssr, nuxt, axios
Examples
Examples of Mock Service Worker usage with various frameworks and libraries.
Stars: ✭ 163 (-83.67%)
Mutual labels:  api, request, interceptor
Memento
Memento is a development-only tool that caches HTTP calls once they have been executed.
Stars: ✭ 380 (-61.92%)
Mutual labels:  api, hacktoberfest, proxy
Blog Front
blog-front @nuxt
Stars: ✭ 305 (-69.44%)
Mutual labels:  nuxt, axios, ssr
Vue Api Request
Control your API calls by using an amazing component which supports axios and vue-resource
Stars: ✭ 116 (-88.38%)
Mutual labels:  api, axios, request
N2ex
🌈 V2ex built with Nuxt.js (vue&ssr)
Stars: ✭ 260 (-73.95%)
Mutual labels:  nuxt, axios, ssr
Nuxt Blog
基于Nuxt.js服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 277 (-72.24%)
Mutual labels:  nuxt, axios, ssr
Vuex Rest Api
A utility to simplify the use of REST APIs with Vuex
Stars: ✭ 365 (-63.43%)
Mutual labels:  api, hacktoberfest, axios
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (-20.24%)
Mutual labels:  api, hacktoberfest, proxy
Bbc Rss
BBC iPlayer programmes / Nitro API to RSS adaptor app
Stars: ✭ 10 (-99%)
Mutual labels:  api, proxy
Falko Api
📈 Falko API: Plataform for agile projects management 📊
Stars: ✭ 13 (-98.7%)
Mutual labels:  api, backend
Active Forks
Find active github forks of a repo https://git.io/vSnrC
Stars: ✭ 879 (-11.92%)
Mutual labels:  api, hacktoberfest
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-96.09%)
Mutual labels:  nuxt, ssr
Nuxt Ssr Demo
✨ 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo
Stars: ✭ 856 (-14.23%)
Mutual labels:  nuxt, axios
Grpc Tools
A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.
Stars: ✭ 881 (-11.72%)
Mutual labels:  proxy, interceptor
Broxy
An HTTP/HTTPS intercept proxy written in Go.
Stars: ✭ 912 (-8.62%)
Mutual labels:  proxy, interceptor
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+3363.83%)
Mutual labels:  api, nuxt
New Pac
翻墙-科学上网、免费翻墙、免费科学上网、免费自由上网、fanqiang、翻墙梯子、免费软件/方法,一键翻墙浏览器,免费shadowsocks/ss/ssr/v2ray/goflyway账号/节点分享,vps一键搭建翻墙服务器脚本/教程,电脑、手机、iOS、安卓、windows、Mac、Linux、路由器翻墙
Stars: ✭ 31,869 (+3093.29%)
Mutual labels:  proxy, ssr

@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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].