Open HHKP1 opened 3 years ago
Is it possible to use the VueMq package without webpack and npm? Add VueMq via a script in html?
Yes. You can use a CDN to include it in your Vue2 app:
<script src="https://unpkg.com/vue-mq@1.0.1/dist/vue-mq.min.js"></script>
and the plugin is then made available on the window.vueMq object.
window.vueMq
Is it possible to use the VueMq package without webpack and npm? Add VueMq via a script in html?