1.0.0 • Published 8 years ago

most-web-vash v1.0.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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"
    }
    ...
    ]
}