a vue.js packery plugin
npm install vue-packery-pluginA wrapper for the beloved packery for vue.js
```
npm install --save vue-packery-plugin
then
`
import VuePackeryPlugin from 'vue-packery-plugin'
Vue.use(VuePackeryPlugin)
`
` `
All the packery events are emitted you can make use of it the following Way:
` ... packeryEvents.$emit('layout', MY_PACKERY_EL) If you need draggabilly support follow instructions here Vue.js Packery Draggabilly Plugin. Examples can be run with Vue CLI 3.
``$3
``
import {packeryEvents} from 'vue-packery-plugin'$3
$3