1.0.8 • Published 3 years ago

vite-plugin-tencent-cos v1.0.8

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

vite-plugin-tencent-cos

vite腾讯云COS上传

Install

yarn add vite-plugin-tencent-cos -D

Usage

// vite.config.ts

export default defineConfig({
    plugins: [
        tcCosPlugin({
            secretKey: 'xxxxxxxxxxxxx',
            secretId: 'xxxxxxxxxxxxxxxxx',
            bucket: 'xxxxxxxxxxxxxx',
            remotePath: '/react/', // 目录名称
            path: './public/', // 需要上传的本地文件地址
        }),
    ]
})
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago