Home - Raiondesu/Tuex GitHub Wiki

Tuex

A simpler Vuex alternative written in TypeScript.

Travis branch Codacy branch grade size size npm

About

(TypeScript + Vuex) - Complexity = Tuex

Tuex is a centralized state management library for Vue.js. It takes heavy inspiration from the Flux (Redux/Vuex) pattern, but has some crucial differences.

The main goal of Tuex is to make state-management less complex for small-scale apps, while keeping the flexibility and scalability of Vuex. It proves useful mostly for middle-scaled or growing apps, when the global event bus starts to feel restricting.

ES versions

Tuex is written in TypeScript, but is also distributed for commonjs es5, browser es5, es6 & esnext.

Introduction