- 授权协议: CC BY-SA 3.0
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/kethinov/teddy
- 软件文档: https://github.com/kethinov/teddy
- 官方下载: https://github.com/kethinov/teddy
软件介绍
Teddy 是一个易读的基于HTML,无逻辑的 DOM 模板引擎,支持服务器端和客户端模板。使用新的类似 HTML 的标签。
示例模板:
<h1>{{header}}</h1>
{{#bug}}
{{/bug}}
{{#items}}
{{#first}}
<li><strong>{{name}}</strong></li>
{{/first}}
{{#link}}
<li><a target="_blank" rel="nofollow" href="{{url}}">{{name}}</a></li>
{{/link}}
{{/items}}
{{#empty}}
<p>The list is empty.</p>
{{/empty}}
Design systems
Not all design systems are equally effective. Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, others are neglected. S......一起来看看 《Design systems》 这本书的介绍吧!
