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

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🌟 Async image loader plugin for Vue.js

Topics

Resources

Stars

40 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages