0.0.7 • Published 7 years ago

egg-view-rax v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

egg-view-rax

NPM version npm download

egg view plugin for rax.

Install

$ npm i egg-view-rax --save

Usage

// {app_root}/config/plugin.js
exports.rax = {
  enable: true,
  package: 'egg-view-rax',
};

Configuration

// {app_root}/config/config.default.js
exports.view = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT