Поддержка пакета прекращена, рекомендую перейти на https://pinia.vuejs.org/
Vuexok does not replace the vuex api, but extends it by adding support for typescript and makes it possible to use actions and mutations without explicitly using commit and dispatch. Therefore, migration in most cases will be quick.
- No more constants needed for actions and mutations
- More convenient work with watchers
- Full typescript support
- Easy migration from vuex. You don't have to rewrite everything
- vuex 4 and vue 3 support
- Small size vuexok
- Calling actions from web workers
- ssr support
https://spb-web.github.io/vuexok/
npm install vuexok --save
yarn add vuexok