# Vuex at powerful with Vuexok

TIP

Starting from version 1.х.х, the module initialization has been changed to support ssr. More details

npm bundle size (opens new window)

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 (opens new window) and dispatch (opens new window). Therefore, migration in most cases will be quick.

# Install

# NPM

npm install vuexok --save

# Yarn

yarn add vuexok

# Features

  • 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 🤘

# Examples