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