egg-view-art

art-template view for egg.js


Keywords
egg, eggPlugin, egg-plugin, art-template, egg-view
License
MIT
Install
npm install egg-view-art@1.0.0

Documentation

egg-view-art

NPM version Travis Status

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.

License

MIT