Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 488 Bytes

File metadata and controls

18 lines (15 loc) · 488 Bytes

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