vue-mq icon indicating copy to clipboard operation
vue-mq copied to clipboard

How to use the VueMq package without webpack and npm?

Open HHKP1 opened this issue 3 years ago • 1 comments

Is it possible to use the VueMq package without webpack and npm? Add VueMq via a script in html?

HHKP1 avatar Oct 21 '21 08:10 HHKP1

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.

craigrileyuk avatar Feb 18 '22 08:02 craigrileyuk