Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 522 Bytes

readme.md

File metadata and controls

36 lines (24 loc) · 522 Bytes

Vue Image Loader

Async image loader plugin for Vue.js

Demo

Live demo

Installation

npm install vue-image-loader --save

Usage

// Default timeout: 2 (optional)
Vue.use(require('vue-image-loader'),{
    timeout:2
}); // or Vue.use(window.VueImageLoader)
<image-loader
    src="myimage.gif"
    alt="Awesome!">
</image-loader>

Check /examples for more

License

MIT © Eduardo Stuart