Vue FileReader
Vue.js component
Install
NPM
npm i vue-filereader --save
Usage
// mount...components: FileReader... // mount with globalVue
Default tag
<!-- Output data: array - ArrayBuffer binary - BinaryString data - DataUrl text - TextString (default)-->
Customization
Development
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build:lib
Lints and fixes files
npm run lint