A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/lasso-js/lasso-lodash below:

lasso-js/lasso-lodash: Lasso.js plugin to support compilation of Lodash templates

Plugin for the RaptorJS Optimizer that compiles Lo-Dash templates to CommonJS modules. These templates can easily be rendered using the view-engine module (in conjunction with view-engine-lodash).

npm install optimizer-lodash --save

Enable the plugin:

require('optimizer').configure({
    plugins: [
        'optimizer-lodash'
    ]
});

You will also need to install view-engine and view-engine-lodash:

npm install view-engine --save
npm install view-engine-lodash --save

Enable the Lo-Dash view engine:

require('view-engine').register(
    'lodash',
    require('view-engine-lodash'));

Render templates on the client or server:

var template = require('view-engine').load('./template.lodash');
template.render({
        name: 'Frank'
    },
    function(err, output) {
        console.log('Template output: ', output);
    });

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4