1.0.1 • Published 8 years ago

tmodjs-loader v1.0.1

Weekly downloads
13
License
-
Repository
github
Last release
8 years ago

tmodjs-loader

简洁的art-template loader

使用方式

{
  ...
  module: {
    loaders: [
      {
          test: /\.tpl$/,
          loader: "tmodjs"
      }
    ]
  }
}

添加helper

var art = require('tmodjs-loader/runtime');

art.helper('xxx', function() {
    //xxx
})