@nodetech/egg-yunpian

云片SDK

Usage no npm install needed!

<script type="module">
  import nodetechEggYunpian from 'https://cdn.skypack.dev/@nodetech/egg-yunpian';
</script>

README

@nodetech/egg-yunpian

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i @nodetech/egg-yunpian --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT