23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 611 forks source link

added vue example as git submodule #587

Open AbrahamBrookes opened 3 years ago

AbrahamBrookes commented 3 years ago

I built a barebones vue example that implements resumablejs here

Thought it might be nice to give other vue users an example of one way to implement the library into a vue environment.

I added it as a submodule instead of straight copy pasting the files, but if you'd prefer I just copy the couple of files that are required (src/components/UploadVideos.vue and src/components/UploadingVideo.vue) then let me know and I'll redo the fork.

Cheers!