Matreshka.js

1,480 阅读1分钟
原文链接: github.com


var app = new Matreshka();
app.bindNode('x', '.my-input');
app.x = 'Two-way data binding in JS? O rly?';

Matreshka is small and powerful client-side JavaScript framework that allows you to build single page applications as simply as possible.

  • Two-way data-bindings in JavaScript files.
  • It's simple. Really. You don't need to learn mass of articles to get started.
  • Custom architecture. You can choose any way how you build an application.
  • It's fast!

Sponsoring by Shooju

Download

Install via NPM

npm install --save matreshka

NPM NPM

Install via Bower

bower install matreshka

CDN

Resources

License: MIT License