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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
git 9429278b65
fix dropDirectory
8 years ago
dist Update README 8 years ago
docs Fix wrap 8 years ago
example fix dropDirectory 8 years ago
src v2.5.0-beta.1 8 years ago
.babelrc v0.1.0 10 years ago
.gitignore Add .gitignore, .babelrc 10 years ago
LICENSE Initial commit 10 years ago
README.md Update README 8 years ago
index.html Fix es6-promise 8 years ago
package.json Update README 8 years ago
webpack.config.build.js fix libraryTarget = 'umd'; 8 years ago
webpack.config.build.min.js v0.1.1 update bug import README.md document 10 years ago
webpack.config.js v2.5.0-beta.1 8 years ago

README.md

vue-upload-component

Vue.js file upload component The component is just a button

  • 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
  • thumbnails

Vue.js 文件上传组建 组件只是一个按钮

  • 上传多文件
  • 上传目录
  • 拖拽
  • 拖拽目录
  • 多线程
  • html4(IE 9)
  • PUT 方法
  • 自定义过滤器
  • 缩略图

演示 (Example)

https://lian-yue.github.io/vue-upload-component/

文档 (Documents)

中文文档

English document