This is a simple example project demonstrating the usage of vue-picture-input, a mobile-friendly picture file input Vue.js component with image preview, drag and drop, and EXIF orientation.
See it in action: https://alessiomaffeis.github.io/vue-picture-input-example/
vue-picture-input repository: https://github.com/alessiomaffeis/vue-picture-input
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.