Skip to content

Platonn/vuex-knockout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knockoutex

Reactive Store implemented using Knockout.js' observables. The API mimics Vuex 3.0.1

Proof of concept

Getting Started

Installing

Install node packages

yarn install

Run local server

node server.js

Open proof of concept website in browser

http://localhost:8080/proof-of-concept/

License

This project is licensed under the MIT License - see the LICENSE.md file for details