纳米模板
一个用于创建已编译模板的小功能
而。
它不支持任何逻辑。
npm install nano-template
或者:
bower install nano-template //our string template
var style = 'position: relative; width: <%=size.width%>px; height: <%=size.height%>px; font: \'<%=font%>\'' ;
//compiled template function
var template = nano ( style ) ;
var options = {
size : {
width : 100 ,
height : 120
} ,
font : '16px Consolas'
} ;
console . log
评论0
最新资源