Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 469 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 469 Bytes

Vue Dropfile

Drag-and-drop file upload component with Vue.js

Drop zone output

Project setup

npm install
# OR
yarn install

Compiles and hot-reloads for development

npm run serve
# OR
yarn serve

Compiles and minifies for production

npm run build
# ORD
yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.