1.1.8 • Published 11 months ago

@largev/releaseplugin v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

用于构建发布流程的插件

使用说明:

releasePlugin({
    serverConfig: {
    host: "host",
    port: "port", // SFTP 默认端口
    username: "username",
    password: "password+", // 或使用 privateKey
    },
    serverPath: "serverPath",
    exclude: [],
}),

添加 scripts

{
	"scripts": {
		"release": "vite build --mode release"
	}
}

执行命令即可

1.1.8

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.2

11 months ago

1.0.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago