1.6.3 • Published 6 years ago

egg-leaf v1.6.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

egg-leaf

Setup mock server use leaf in Egg

Install

$ npm i egg-leaf -S

configuration

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

// {app_root}/config/config.local.js
exports.leaf = {
  apiDir: api-docs1, // 接口文档目录
  enable: true, // 是否开启 mock 服务
};

Example

egg-leaf/example

1.6.3

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago