vite-plugin-autodeploy-distzip
v1.0.20
Published
<p align="center"><img width="100" src="https://vuejs.org/images/logo.png"></p>
Downloads
3
Maintainers
Readme
目录
快速入门
安装
$ npm i vite-plugin-autodeploy-distzip -D # 安装插件
目录说明:
├─ examples // 存放所有项目示例
├─ src
│ └─ index.ts //入口文件
用法
// vite.config.js
...
plugins: [
distZip({
/*
outDir?: string, // 压缩包输出路径
distDir?: string, // 打包后文件路径
autoUpload?: boolean, // 是否自动上传
url?: string, // 自动部署地址
username?: string, // 登录用户名
way?: string, // 登录密码
projectId?: string, // 项目id
remark?: string, // 版本说明
*/
})
]
...
[→ 配置示例](examples/vite-vue3/vite.config.ts · 王开元/vite-plugin-distZip - 码云 - 开源中国 (gitee.com))