vue-cli-plugin-movefiles

1.1.2 • Public • Published

vue-cli-plugin-movefiles

npm npm

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

LICENSE

npm

Package Sidebar

Install

npm i vue-cli-plugin-movefiles

Weekly Downloads

12

Version

1.1.2

License

MIT

Unpacked Size

4.77 kB

Total Files

7

Last publish

Collaborators

  • bigang.ybg