首页 > Web开发 > 详细

nodejs预编译artTemplate模板

时间:2016-01-16 16:45:26      阅读:560      评论:0      收藏:0      [点我收藏+]

下要载nodjs  https://nodejs.org/en/

技术分享

文件路径

技术分享

package.json

{
    "name": "template",
    "version": "1.0.0",
    "dependencies": {
        "tmodjs": "1.0.3"
    },
    "tmodjs-config": {
        "output": "../build",
        "charset": "utf-8",
        "syntax": "simple",
        "helpers": "../config/template-helper.js",
        "escape": true,
        "compress": true,
        "type": "default",
        "runtime": "template.js",
        "combo": true,
        "minify": false,
        "cache": true
    }
}

 

nodejs预编译artTemplate模板

原文:http://www.cnblogs.com/yanwen2015/p/5135688.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!