template-compiler-tb

1.0.1 • Public • Published

atc-前端模板预编译器

http://cdc-im.github.io/atc

修改点

node compiler.js --namespace taobao demo/templates/

;
(function () {
    var helpers = namespace('taobao.artTempHelper');
    var Render = function ($data) {
            'use strict';
            var $helpers = this,
                $out = '';
            $out += '<div id="header"> <h1 id="logo"><a href="http://www.qq.com"><img width="134" height="44" src="http://mat1.gtimg.com/www/images/qq2012/qqlogo_1x.png" alt="腾讯网" /></a></h1> <ul id="nav"> <li><a href="http://www.qq.com">首页</a></li> <li><a href="http://news.qq.com/">新闻</a></li> <li><a href="http://pp.qq.com/">图片</a></li> <li><a href="http://mil.qq.com/">军事</a></li> </ul> </div>';
            return new String($out)
        };
    Render.prototype = helpers;
    var result = function (data) {
            return new Render(data) + '';
        }
    namespace('taobao.header', result);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i template-compiler-tb

Weekly Downloads

0

Version

1.0.1

License

BSD

Last publish

Collaborators

  • jiawulu