0.1.4 • Published 9 years ago

temperor v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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