0.0.9 • Published 1 year ago

@syyfe/vite-plugin-cos v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Vite腾讯Cos上传插件

介绍

项目打包产物上传到腾讯Cos,适用于vite项目和rollup项目。

参数

参数介绍
SecretId密钥 id
SecretKey密钥
Bucket桶名称
Region存储桶所在地域
remoteDir远程文件夹地址
from打包生成目录,dist
excludesExtra需要过滤的后缀 "map"

安装

npm i -D @syyfe/vite-plugin-cos

使用

import CosPlugin from "@syyfe/vite-plugin-cos";

CosPlugin({
    SecretId: "",
    SecretKey: "",
    Bucket: "",
    Region: "",
    bucketName: "",
    remoteDir: "",
    from: "dist",
    excludesExtra: []
})
0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago