1.0.2 • Published 3 years ago

taro-plugin-assets v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

taro-plugin-assets

taro 资源自动上传到腾讯云 COS

安装

# npm
npm install --save-dev taro-plugin-assets

# yarn
yarn add -D taro-plugin-assets

使用

// config/index.js
 plugins: [
    'taro-plugin-assets',
    {
      assetsPath: 'assets',
      COS: {
        Bucket: string,
        Region: string,
        SecretId: string,
        SecretKey: string,
      }
    },
  ],