Skip to content

Ininit/taro-plugin-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published