ko-mustache-loader

Webpack Loader converting Mustache templates to Knockout syntax


Keywords
Knockout, Mustache, Webpack, Webpack Loader
License
MIT
Install
npm install ko-mustache-loader@1.0.1

Documentation

Webpack Loader converting Mustache templates into Knockout syntax

Install via NPM:

> npm install --save[-dev] ko-mustache-loader

In your webpack.config.js:

module.exports = {
	...
    module: {
        loaders: [
            { test: /\.html$/, loader: 'html!ko-mustache' },
			...
        ],
    },
	...
};

MIT license