[Vuejs]-"Text Slot Machine" to be hosted on the web using nginx. Issue with npm

0👍

Change your script tag from this:

<script> src="https://raw.githubusercontent.com/josex2r/jQuery-SlotMachine/master/dist/jquery.slotmachine.js"></script>

to this:

<script src="https://raw.githubusercontent.com/josex2r/jQuery-SlotMachine/master/dist/jquery.slotmachine.js"></script>

Leave a comment