Vuex icon
Vuex icon

Vuex

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.

Vuex screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Self-Hosted
2likes
0articles

Features

No features, maybe you want to suggest one?

Vuex News & Activities

Highlights All activities

Recent activities

  • Jotai icon
    xenmaster added Vuex as alternative to Jotai
  • Zustand icon
    xenmaster added Vuex as alternative to Zustand

Vuex information

AlternativeTo Category

Development

GitHub repository

  •  28,312 Stars
  •  9,406 Forks
  •  143 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Vuex was added to AlternativeTo by Alex Ruiz on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

This list is inspired by the Kamran Ahmed's "2019 Developer Roadmap."...

List by Alex Ruiz with 39 apps, updated

Official Links

What is Vuex?

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.