1.0.8 • Published 2 years ago

vite-plugin-tencent-cos v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago