All Projects → vuejs → Vuex

vuejs / Vuex

Licence: mit
🗃️ Centralized State Management for Vue.js.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Vuex

Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (-99.93%)
Mutual labels:  vuex, state-management
Vuex Pathify
Vue / Vuex plugin providing a unified path syntax to Vuex stores
Stars: ✭ 1,281 (-95.28%)
Mutual labels:  vuex, state-management
Duix
A State Manager focused on KISS and Pareto's Principle
Stars: ✭ 48 (-99.82%)
Mutual labels:  vuex, state-management
Xsm
State Management made eXtraordinarily simple and effective for Angular, React, and Vue
Stars: ✭ 138 (-99.49%)
Mutual labels:  vuex, state-management
Vue State Management Alternative
Vuex state management alternative for both Vue 1.x & 2.x
Stars: ✭ 67 (-99.75%)
Mutual labels:  vuex, state-management
Vue Class Store
Universal Vue stores you write once and use anywhere
Stars: ✭ 243 (-99.1%)
Mutual labels:  vuex, state-management
Elementvuespringbootcodetemplate
使用Vue+VueX+ElementUI+SpringBoot的代码框架
Stars: ✭ 597 (-97.8%)
Mutual labels:  vuex
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (-97.68%)
Mutual labels:  vuex
Beauty Vuejs Boilerplate
❤️ Real world base Vue.js app. Access/refresh tokens auth, api services, http client, vuex modules
Stars: ✭ 583 (-97.85%)
Mutual labels:  vuex
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (-71.84%)
Mutual labels:  vuex
Rcre
Build complex applications without pain
Stars: ✭ 684 (-97.48%)
Mutual labels:  state-management
Little State Machine
📠 React custom hook for persist state management
Stars: ✭ 654 (-97.59%)
Mutual labels:  state-management
Vue Chat
📲 A web chat application. Vue + node(koa2) + Mysql + socket.io
Stars: ✭ 617 (-97.72%)
Mutual labels:  vuex
Notepad
基于vue2.0+vuex+localStorage+sass+webpack,实现一个本地存储的记事本。兼容PC端和移动端。
Stars: ✭ 597 (-97.8%)
Mutual labels:  vuex
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (-97.68%)
Mutual labels:  vuex
Konfig
Composable, observable and performant config handling for Go for the distributed processing era
Stars: ✭ 597 (-97.8%)
Mutual labels:  state-management
Vuex I18n
Localization plugin for vue.js 2.0 using vuex as store
Stars: ✭ 657 (-97.58%)
Mutual labels:  vuex
Vuexfire
Check
Stars: ✭ 574 (-97.88%)
Mutual labels:  vuex
Focal
Program user interfaces the FRP way.
Stars: ✭ 613 (-97.74%)
Mutual labels:  state-management
Vue Example Login
🔥A login demo by Vue.js.
Stars: ✭ 651 (-97.6%)
Mutual labels:  vuex

Vuex

npm ci status


🔥 HEADS UP! You're currently looking at Vuex 3 branch. If you're looking for Vuex 4, please check out 4.0 branch.


Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.

Learn more about Vuex at "What is Vuex?", or get started by looking into full documentation.

Documentation

To check out docs, visit vuex.vuejs.org.

Examples

Running the examples:

$ npm install
$ npm run dev # serve examples at localhost:8080

Questions

For questions and support please use the Discord chat server or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the release notes.

Stay In Touch

For latest releases and announcements, follow on Twitter: @vuejs.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

License

MIT

Copyright (c) 2015-present Evan You

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