Skip to content

CodesOfRa/vue-cli-plugin-ui5-webcomponents

Repository files navigation

Vue CLI plugin for UI5-Webcomponents

This is a Vue CLI plugin to add UI5 Webcomponents to your project.

Using the plugin

#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