0.0.3 • Published 5 years ago

vue-cli-plugin-ui5-webcomponents v0.0.3

Weekly downloads
43
License
Apache-2.0
Repository
github
Last release
5 years ago

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