1.1.8 • Published 9 months ago

@largev/releaseplugin v1.1.8

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

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.2

9 months ago

1.0.1

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago