egg-view-vhtml
v1.0.0
Published
egg view plugin for vhtml
Downloads
2
Maintainers
Readme
egg-view-vhtml
Install
$ npm i egg-view-vhtml --save
Usage
// {app_root}/config/plugin.js
exports.viewVhtml = {
enable: true,
package: "egg-view-vhtml",
};
Configuration
// {app_root}/config/config.default.js
exports.vhtml = {};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.