/mok

Featureless MVVM framework for browser javascript.

Primary LanguageJavaScript

mok

Featureless MVVM framework for browser javascript.

Install

From source:

# Install from sources...
git clone git://github.com/nickdoth/mok.git mok
cd mok
npm link

# ...Then in your project
npm link mok

Test

# If you don't have browserify, you should install it first:
npm install -g browserify
# run npm test and open test/index.html in a browser:
npm test

Usage

This is not documented now, so just read test/test.js and test/index.html :)