文件名称:lazo-handlebars:车把的模板引擎包装器
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-12 14:53:45
JavaScript
拉佐车把 用于Lazo。 用法 // app/application.js define ( [ 'lazoApp' , 'app/lazo-handlebars/index' ] , function ( LazoApp , lazoHandlebars ) { 'use strict' ; LazoApp . extend ( { initialize : function ( callback ) { this . registerTemplateEngine ( 'handlebars' , 'hbs' , lazoHandlebars ) ; callback ( ) ; } } ) ; } ) ;
【文件预览】:
lazo-handlebars-master
----.gitignore(594B)
----package.json(1KB)
----src()
--------index.js(435B)
----install.js(935B)
----.travis.yml(159B)
----gulpfile.js(196B)
----LICENSE(1KB)
----README.md(633B)
----test()
--------index.js(817B)