Templating tools

最后更新于:2022-04-01 04:14:19

# Templating tools ##### Just Templating: - [Mustache.js](https://github.com/janl/mustache.js) - [Handlebars](http://handlebarsjs.com/) - [htmlbars](https://github.com/tildeio/htmlbars) - [Nunjuncks](http://mozilla.github.io/nunjucks/) - [Transparency](http://leonidas.github.io/transparency/) - [doT.js](http://olado.github.io/doT/) ##### Templating and reactive data binding - [Rivets.js](http://rivetsjs.com/) - [paperclip.js](http://paperclipjs.com/) - [riot](http://riotjs.com/) - [vue.js](http://vuejs.org/) - [ractive.js](http://www.ractivejs.org/) - [react.js](https://facebook.github.io/react/index.html) - [RxJS](https://github.com/Reactive-Extensions/RxJS) - [knockout](http://knockoutjs.com/index.html)
';