Ininit / taro-plugin-assets

auto upload assets to COS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,
      }
    },
  ],

About

auto upload assets to COS


Languages

Language:JavaScript 53.8%Language:TypeScript 46.2%