1.1.8 • Published 10 months ago

@largev/releaseplugin v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.2

10 months ago

1.0.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago