Package Exports
- vue-uploader
Readme
VueUploader
VueUploader is a Vue.js component that provides a user-friendly interface for uploading files. It supports both drag-and-drop functionality and traditional file selection.
Features
- Drag-and-Drop Upload: Users can drag files into the drop zone to upload them.
- File Selection: Allows users to click and select files from their file system.
- Multiple File Support: Upload multiple files at once or restrict to a single file.
- File Removal: Option to remove files from the list after they've been added.
Installation
Install VueUploader via npm:
npm install vue-uploader