un composant vue.js qui permet de faire du Progressive Image Loading
npm install vue-progressive-image-loading
npm i progressive-image-loading-upload-vue --save
`
2. In your main.js
`
import BootstrapVue from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
Vue.use(BootstrapVue)
`
3. In your vue Component
`html
`
#### Progressive image Loading
1. Installation
`html
npm i vue-progressive-image-loading --save
`
2. Imbrication
`html
import pil from 'vue-progressive-image-loading';
Vue.component('pil', pil);
`
3. Usage
`html
``