Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
Alexey edited this page Jan 13, 2018 · 7 revisions

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