This is a Vue CLI plugin to add UI5 Webcomponents to your project.
#create a Vue project using the Vue CLI
vue create my-vue-app
#move to target project
cd my-vue-app
#install vue-cli-ui5-webcomponents plugin
vue add ui5-webcomponents
If you have an existing Vue CLI-based project you can skip the first two commands and just run:
vue add ui5-webcomponents