Logux is a client-server communication protocol. It synchronizes action between clients and server logs.
This library provides Vuex compatible API.
Clone repository and install dependencies:
$ git clone https://github.com/nikolay-govorov/logux-vuex-example.git
$ cd logux-vuex-example
$ npm install
Development mode:
$ npm run dev
Production mode:
$ npm run build
$ npm run prod