Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Logux Vuex basic example

Logux is a client-server communication protocol. It synchronizes action between clients and server logs.

This library provides Vuex compatible API.

Installation

Clone repository and install dependencies:

$ git clone https://github.com/nikolay-govorov/logux-vuex-example.git
$ cd logux-vuex-example
$ npm install

Using

Development mode:

$ npm run dev

Production mode:

$ npm run build
$ npm run prod