A Marionette.ItemView
and Marionette.CompositeView
implementation with virtual-dom.
This module exposes ItemView
as the VDOM implementation for Marionette.ItemView
and CompositeView
for Marionette.CompositeView
:
var VDOMItemView = require('marionette-vdom').ItemView;
var VDOMCompositeView = require('marionette-vdom').CompositeView;
To install:
npm install
To run the demo app:
npm run demo
open http://127.0.0.1:9966/demo/demo.html
To run the perf test:
npm run perf
open http://127.0.0.1:9966/perf/perf.html
To run the unit tests:
npm test
Make sure to check out the change log.
IE 9 on