To add your plugin to a project created with Vue CLI run:
vue add vue-cli-plugin-otodev-dospaces-deployer
sample vue.config.js
plugin configuration
pluginOptions: {
dospaces: {
accessKeyId: '',
secretAccessKey: '',
region: 'ams3',
bucketName: '',
remotePath: '',
localPath: 'dist',
}
}