A quick example using Quasar Vue and Muuri to create responsive widget with multiple size with drag and drop support
To run
- npm install
- quasar dev
Quick instruction to use Vue & Muuri in Quasar project (not needed to run this example project)
- Use npm to install vue-muuri
- Add a plugin that import vue-muuri and configure that plugin in quasar.conf.js. Refer to Quasar doc (http://quasar-framework.org/guide/app-plugins.html) for full instruction. Use this project as reference to check out the configuration in plugin folder and the quasar.conf.js file.