為DOM設計的模板引擎:Paperclip
Paperclip是一個為DOM設計的模板引擎。它的工作原理是將模板編譯成文檔片段,然后在需要時將克隆他們。
Features
- mustache-like syntax
- extensible
- super fast
- inline javascript
- compiled templates
- explicit data-binding (one-way, two-way, unbound operators)
- works with older browsers (IE 8+ tested)
- accepts vanilla javascript objects
- works with NodeJS
- unit testable in node, and in the browser
- works well with coverage tools such as istanbul
- 50kb minified & gzipped
- no browser dependencies
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!