Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
nodejs:templates [2016/03/04 00:24] – удалено mirocownodejs:templates [Дата неизвестна] (текущий) – внешнее изменение (Дата неизвестна) 127.0.0.1
Строка 1: Строка 1:
 +{{tag>"template processor" templates js java-script nodejs node}}
  
 +====== Java-Script Шаблонизаторы ======
 +
 +  - [[ejs]] - https://github.com/visionmedia/ejs
 +    - http://embeddedjs.com/
 +  - [[jade]] - http://jade-lang.com/
 +  - [[ectjs]] - http://ectjs.com/
 +  - [[jsttojs|JSTtoJS]] - https://github.com/kupriyanenko/jsttojs
 +  - [[hogan.js|Hogan.js]] - https://github.com/twitter/hogan.js
 +  - [[jshtml|JsHtml]] - https://github.com/elmerbulthuis/jshtml
 +  - [[handlebarsjs]] - http://handlebarsjs.com/
 +  - [[dot.js]] - https://github.com/olado/doT
 +  - [[dustjs]] - http://akdubya.github.io/dustjs/
 +  - [[stylus]] - http://learnboost.github.io/stylus/ (css)
 +  - [[mustache]] - http://mustache.github.io/#demo
 +
 +===== Тесты производительности =====
 +
 +
 +  * http://jsperf.com/dom-vs-innerhtml-based-templating/967
 +
 +===== Коллекции шаблонизаторов =====
 +
 +
 +  * http://habrahabr.ru/post/219873/
 +
 +===== Статьи =====
 +
 +
 +http://habrahabr.ru/post/219873/