Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lian-yue/vue-upload-component
Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
https://github.com/lian-yue/vue-upload-component
component drag upload upload-directory uploader uploads vue
Last synced: 3 days ago
JSON representation
Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
- Host: GitHub
- URL: https://github.com/lian-yue/vue-upload-component
- Owner: lian-yue
- License: apache-2.0
- Created: 2016-05-20T02:07:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T12:59:19.000Z (3 months ago)
- Last Synced: 2024-10-29T15:00:57.343Z (about 1 month ago)
- Topics: component, drag, upload, upload-directory, uploader, uploads, vue
- Language: Vue
- Homepage:
- Size: 9 MB
- Stars: 2,688
- Watchers: 61
- Forks: 697
- Open Issues: 198
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-cn - Vue Upload Component
- awesome-vue - vue-upload-component - yue/vue-upload-component?style=social) - Vuejs文件上传组件 (UI组件)
- awesome-vue - vue-upload-component - Vuejs文件上传组件 (UI组件)
- awesome - vue-upload-component - Vuejs文件上传组件 (UI组件)
- awesome-github-vue - vue-upload-component - Vuejs文件上传组件 (UI组件)
- awesome-github-vue - vue-upload-component - Vuejs文件上传组件 (UI组件)
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)