egg-next-view
v0.1.1
Published
为了喜欢next.js的朋友
Downloads
2
Maintainers
Readme
egg-next-view
Install
$ npm i egg-next-view --save
Usage
// {app_root}/config/plugin.js
exports.nextView = {
enable: true,
package: 'egg-next-view',
};
Configuration
// {app_root}/config/config.default.js
exports.nextView = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.