1.0.20 • Published 1 year ago

vite-plugin-autodeploy-distzip v1.0.20

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

目录

快速入门

安装

$ 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))

License

1.0.20

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.4

1 year ago