Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 669 Bytes

picture-input-example

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

Build Setup

# 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.