.npmignore | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
Lodash template for webpack
Lodash template loader for webpack. Uses _.template
function to compile templates.
Installation
npm install tpl-loader
Usage
var template = require("tpl!./file.html");
// => returns the template function compiled with undesrcore (lodash) templating engine.
// And then use it somewhere in your code
template(data) // Pass object with data