most-web-vash

1.0.0 • Public • Published

most-web-vash

Most Web Framework Vash View Engine

MOST Web Framework Logo

A view engine for vash templates which are going to be used in web applications based on MOST Web Framework

Install

$ npm install most-web-vash

Usage

Register view engine by adding the following node in config/app.json engines collection:

"engines": [
    ...
    {
        "name": "Vash View Engine", "extension": "vash", "type": "most-web-vash"
    }
    ...
    ]
}

/most-web-vash/

    Package Sidebar

    Install

    npm i most-web-vash

    Weekly Downloads

    0

    Version

    1.0.0

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • k.barbounakis