@yunflyjs/yunfly-plugin-response
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@yunflyjs/yunfly-plugin-response

yunfly response plugin.

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i @yunflyjs/yunfly-plugin-response

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

12.4 kB

Total Files

16

Last publish

Collaborators

  • wangweianger