All Projects → vuex-orm → Plugin Axios

vuex-orm / Plugin Axios

Licence: mit
Vuex ORM persistence plugin to sync the store against a RESTful API.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Plugin Axios

Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (-0.99%)
Mutual labels:  axios, vuex
Vue Testing Examples
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
Stars: ✭ 288 (-5.26%)
Mutual labels:  axios, vuex
Bga issue blog
Flutter 或 Vue 全家桶(Vue + VueRouter + Vuex + Axios)抓取 GitHub 上的 Issues,结合 GitHub Pages 搭建个人博客站点,支持 GitHub 登录和评论
Stars: ✭ 249 (-18.09%)
Mutual labels:  axios, vuex
Blog
若川的博客—学习源码整体架构系列8篇,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 234 (-23.03%)
Mutual labels:  axios, vuex
Iview Admin
Vue 2.0 admin management system template based on iView
Stars: ✭ 15,963 (+5150.99%)
Mutual labels:  axios, vuex
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (-18.09%)
Mutual labels:  axios, vuex
Vue Video
vue + vue-router + vuex + (fetch->axios)
Stars: ✭ 251 (-17.43%)
Mutual labels:  axios, vuex
Vue Fallowfish
🐠vue全家桶仿闲鱼部分布局以及功能实现
Stars: ✭ 211 (-30.59%)
Mutual labels:  axios, vuex
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (-15.79%)
Mutual labels:  axios, vuex
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+23927.63%)
Mutual labels:  axios, vuex
Vue Axios Github
Vue 全家桶 + axios 前端实现登录拦截、登出、拦截器等功能
Stars: ✭ 2,622 (+762.5%)
Mutual labels:  axios, vuex
Vue Zhihu Daily
🤓使用vue编写的练手的知乎日报WebApp(iOS版)
Stars: ✭ 285 (-6.25%)
Mutual labels:  axios, vuex
Vue Admin
基于and-design-vue的vue后台管理系统模板
Stars: ✭ 226 (-25.66%)
Mutual labels:  axios, vuex
Vue Admin Design
基于vue + elementUI的管理系统模板
Stars: ✭ 279 (-8.22%)
Mutual labels:  axios, vuex
Nx Admin
👍 A magical 🐮 ⚔ vue admin,记得star
Stars: ✭ 2,497 (+721.38%)
Mutual labels:  axios, vuex
Mall
以小商城作为基本的内容演示,目的是希望打造一个前端 h5 通用型的解决方案。
Stars: ✭ 250 (-17.76%)
Mutual labels:  axios, vuex
Venture Management
一个包含vuejs和nodejs技术的全栈项目
Stars: ✭ 208 (-31.58%)
Mutual labels:  axios, vuex
Nuxt Juejin Project
仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。
Stars: ✭ 209 (-31.25%)
Mutual labels:  axios, vuex
Bbs admin
vue+ElementUI+axios 接入数据,仿segmentfault,做相关的后台管理系统 https://lyh.red/admin/
Stars: ✭ 252 (-17.11%)
Mutual labels:  axios, vuex
Column
Vue3.0+Typescript+axios+bootstrap+源码注释/博客专栏作品
Stars: ✭ 261 (-14.14%)
Mutual labels:  axios, vuex

Vuex ORM

Vuex ORM Plugin: Axios

npm Travis CI codecov License

Vuex ORM Axios plugin adds smooth integration between API requests and Vuex ORM data persistence through the awesome axios.

If you use axios with Vuex ORM, you may find handling requests can become an arduous and repetitive process. This plugin bridges Vuex ORM and axios and brings a unified process to perform requests and persist response data with ease.

// Example usage: fetch users and persist to store.
User.api().get('/api/users')

Sponsors

Vuex ORM is sponsored by awesome folks. Big love to all of them from whole Vuex ORM community 💕

Super Love Sponsors

Peter Tóth Mario Kolli Cannikan Andy Koch Dylan Copeland

Big Love Sponsors

geraldbiggs Cue Kazuya Kawaguchi jShaf

A Love Sponsors

George Chaduneli bpuig John mean-cj

Documentation

You can check out the full documentation for Vuex ORM Plugin: Axios at https://vuex-orm.github.io/plugin-axios.

Questions & Discussions

Join us on our Slack Channel for any questions and discussions.

Although there is the Slack Channel, do not hesitate to open an issue for any question you might have. We're always more than happy to hear any feedback, and we don't care what kind of form they are.

Plugins

Vuex ORM can be extended via plugins to add additional features. Here is a list of available plugins.

Contribution

We are excited that you are interested in contributing to Vuex ORM Plugin: Axios! Anything from raising an issue, submitting an idea of a new feature, or making a pull request is welcome! Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.

Pull Request Guidelines

When submitting a new pull request, please make sure to follow these guidelines:

  • For feature requests: Checkout a topic branch from dev branch, and merge back against dev branch.
  • For bug fixes: Checkout a topic branch from master branch, and merge back against master branch.

These rules also apply to the documentation. If you're submitting documentation about a new feature that isn't released yet, you must checkout the dev branch, but for non-functional updates, such as fixing a typo, you may checkout and commit to the master branch.

Scripts

There are several scripts to help with development.

yarn build

Compile files and generate bundles in dist directory.

yarn lint

Lint files using Prettier.

yarn test

Run the test using Jest.

yarn test:watch

Run the test in watch mode.

yarn coverage

Generate test coverage in coverage directory.

yarn docs

Build and boot documentation server with VuePress.

License

Vuex ORM Plugin: Axios is open-sourced software licensed under the MIT license.

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].