0.1.3 • Published 9 years ago

hui-template v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

HUI.Template -- 高性能轻量级模板引擎.

=============================

该项目包含了以下内容:

  1. 同时支持自身语法和雷doT语法
  2. 可以支持将模板文件编译为模板js
  3. 提供相应的grunt插件

Usage

var template = require('hui-template');

template.compile 将模板字串compile为模板对象
template.script 将模板字串parse为script字串
template.render 输出模板内容

依赖

该项目不依赖于任何库

兼容

该项目兼容所有浏览器 该项目可以适用于nodejs项目

文档

参考Sample内容

参考链接

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago