sylvainpolletvillard / Databinder

Simple templating for linking data and document
Other
5 stars 0 forks source link

Deprecation notice

Note that I don't work actively on this project anymore. The JS templating scene has evolved a lot since I started Databinder, and virtual DOM / incremental DOM are now the way to go. Try Vue.js or Riot, these are both excellent libraries that fulfill the same role that DataBinder, better.

Databinder

Simple templating for linking data and document


Documentation, examples, questions

Please refer to Databinder project website

Fork, build, test

Automactic minifying/concatenating/testing process is done by Grunt

npm install
grunt

Bug reports and pull requests are welcome