vue-cli-plugin-movefiles
v1.1.2
Published
vue-cli 3 plugin to move files
Downloads
36
Maintainers
Readme
vue-cli-plugin-movefiles
vue-cli3 插件,copy 文件
Features
- 从源文件夹(source)复制文件至 目的地 (dest)
Installation
vue add movefiles
Usages
1、package.json & vue.config.js 分别配置
"scripts": {
"movefiles": "vue-cli-service movefiles",
},
pluginOptions: {
movefiles: {
source: './dist/*',
dest: './home',
},
},
2、package.json
"scripts": {
"testmf": "vue-cli-service movefiles --source=./dist/* --dest=./testhome",
"prodmf": "vue-cli-service movefiles --source=./dist/* --dest=./prodhome",
}
3、command line
npx vue-cli-service movefiles --source='./dist/*' --dest='./home'
Issues
Submit the issues if you find any bug or have any suggestion.
Contribution
Fork the repository and submit pull requests.
Release Notes
see CHANGELOG