@yunflyjs/yunfly-plugin-response
v0.0.1
Published
yunfly response plugin.
Downloads
1
Readme
@yunflyjs/yunfly-plugin-response
yunfly response plugin.
Usage
- install
yarn add @yunflyjs/yunfly-plugin-response
- declare plugins in config/config.plugin.ts
/**
* yunfly plugin
*/
const plugins: {[key:string]: string}[] = [
{
name: 'response',
package: '@yunflyjs/yunfly-plugin-response'
}
];
//
export default plugins;
- enable plugins in config/config.default.ts
config.response = {
enable: true,
}