vue-mq
vue-mq copied to clipboard
How to use the VueMq package without webpack and npm?
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/[email protected]/dist/vue-mq.min.js"></script>
and the plugin is then made available on the window.vueMq
object.