nodejs预编译artTemplate模板

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

nodejs预编译artTemplate模板_第1张图片

文件路径

nodejs预编译artTemplate模板_第2张图片

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
    }
}

 

转载于:https://www.cnblogs.com/yanwen2015/p/5135688.html

你可能感兴趣的:(nodejs预编译artTemplate模板)