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