flf-ejs-loader

0.1.0 • Public • Published

ejs-compiled-loader for webpack

EJS loader for webpack. Uses ejs function to compile templates.

To use EJS by mde use 2.x branch and 2.x.x versions.

Installation

npm install ejs-compiled-loader

Usage

Documentation: Using loaders

var template = require("ejs-compiled!./file.ejs");
// => returns the template function compiled with ejs templating engine.

// And then use it somewhere in your code
template(data) // Pass object with data

// Child Templates
// path is relative to where webpack is being run
<%- include templates/child -%>

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Readme

Keywords

none

Package Sidebar

Install

npm i flf-ejs-loader

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

3.06 kB

Total Files

5

Last publish

Collaborators

  • flfwzgl