Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 701 Bytes

temperor

A NoMVC Polymorphic JavaScript framework

What?

  • Model and View are the same.
  • Polymorphic - DOM is both Model and View
  • It is a hack on the template tag
  • Extend temperor to create your own widgets
  • Size 1.7 KB minified gzipped
  • Use with a sense of humour
  • It works!
  • The required Todo Demo

Install

Install temperor and browserify

$ npm install temperor
$ browserify -r temperor -o bundle.js

Include bundle.js in your html. See the todo example above.

<script src="bundle.js"></script>

Authors