yet another vue image upload component
- preview
- available on npm
- single image per tag
- offer resize options
- offer basic portrait/landscape support
- offer direct upload options
- accepting PR's
npm install croppie --save
// all othe dependecies
npm install vue-img-upload --save
require("../node_modules/croppie/croppie.css")
const VueImgUpload = require("vue-img-upload")
Vue.use(VueImgUpload)
// now you can use either vue-img-ipload or vue-img-dialog-upload components on your application
- see how to make it dance well with browserify and webpack. just browserify for the moment
- make it even simpler
server side project to test upload capabilitiessee https://github.com/sombriks/viu-up-tester
- MIT license