Yes I have.
Here 2 ways:
1. Import as JS library in template files. See
https://vuejs.org/v2/guide/installation.html2. Build your component and then pack it with webpack (or other tools), and then import it as external script.
Both approaches work and have their pros and cons