async-mustache.js

时间:2024-07-09 14:59:42
【文件属性】:

文件名称:async-mustache.js

文件大小:23KB

文件格式:ZIP

更新时间:2024-07-09 14:59:42

JavaScript

异步mustache.js 异步视图函数 提供异步视图功能的包装器 用法 节点: var Mustache = require ( 'mustache' ) ; var AsyncMustache = require ( 'async-mustache' ) ( { mustache : Mustache } ) ; var view = { async : AsyncMustache . async ( function ( text , render , callback ) { setTimeout ( function ( ) { callback ( null , render ( text ) ) ; } , 0 ) ; } ) ) } ; AsyncMustache . render ( '{{#async}}async-{{/async}}must


【文件预览】:
async-mustache.js-master
----.gitignore(32B)
----package.json(747B)
----karma.conf.js(2KB)
----.travis.yml(38B)
----LICENSE(1KB)
----js()
--------index.js(5KB)
----README.md(1KB)
----async-mustache.js(66KB)
----.npmignore(6B)
----bower.json(510B)
----test()
--------AsyncMustacheSpec.js(4KB)

网友评论