If you're not using NPM, you can include the required files into your page manually from a CDN. Don't forget to include Vue as well. For example: new Vue({ el: '#app', components: { "tags-input": VoerroTagsInput }, }); Include the CSS file on your page to apply the ...