tmodjs-loader

1.0.1 • Public • Published

## tmodjs-loader 简洁的art-template loader

使用方式

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

添加helper

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    2

Package Sidebar

Install

npm i tmodjs-loader

Weekly Downloads

3

Version

1.0.1

License

none

Last publish

Collaborators

  • xosuperpig