Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 529 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 529 Bytes

Build Status

Marionette.VDOMView

A Marionette.ItemView implementation with virtual-dom.

To install:

npm install

To run:

npm start

To run the demo app:

npm run demo
open http://127.0.0.1:9966/demo/demo.html

To run the unit tests:

mocha spec/

Make sure to check out the change log.