# vue-upload-component **Repository Path**: yanzujian/vue-upload-component ## Basic Information - **Project Name**: vue-upload-component - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-23 - **Last Updated**: 2023-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-upload-component [![npm](https://img.shields.io/npm/dm/vue-upload-component.svg?style=flat-square)](https://www.npmjs.com/package/vue-upload-component) [![npm](https://img.shields.io/npm/v/vue-upload-component.svg?style=flat-square)](https://www.npmjs.com/package/vue-upload-component) [![license](https://img.shields.io/github/license/lian-yue/vue-upload-component.svg?style=flat-square)](https://www.npmjs.com/package/vue-upload-component) [![gzip](http://img.badgesize.io/lian-yue/vue-upload-component/master/dist/vue-upload-component.min.js.svg?compression=gzip&style=flat-square)](https://github.com/lian-yue/vue-upload-component) > Vue.js file upload component > The component is just a button - [x] Multi-file upload - [x] Upload directory - [x] Drag upload - [x] Drag the directory - [x] Upload multiple files at the same time - [x] html4 (IE 9) - [x] `PUT` method - [x] Customize the filter - [x] thumbnails - [x] Chunk upload # Example https://lian-yue.github.io/vue-upload-component/ # Installation ``` bash npm install vue-upload-component --save ``` ## Vue3 ``` bash npm install vue-upload-component@next --save ``` # Documentation https://lian-yue.github.io/vue-upload-component/#/documents > Vue.js 文件上传组件 > 组件只是一个按钮 - [x] 上传多文件 - [x] 上传目录 - [x] 拖拽 - [x] 拖拽目录 - [x] 多线程 - [x] html4(IE 9) - [x] `PUT` 方法 - [x] 自定义过滤器 - [x] 缩略图 # 演示 https://lian-yue.github.io/vue-upload-component/#/zh-cn/ # 安装 ``` bash npm install vue-upload-component --save ``` ## Vue3 ``` bash npm install vue-upload-component@next --save ``` # 文档 https://lian-yue.github.io/vue-upload-component/#/zh-cn/documents # Special thanks (特别感谢) - [@josec89](https://github.com/josec89)