Vue support is limited but is usable in it’s most basic form in this example. Ensure your HTML file uses both the standard JavaScript file as well as the Vue version then simply use the following code:
<color-picker v-bind:color-start="#242424" v-on:color-change="onColorChange"></color-picker>
See the source code for example usage with Vue components!