项目作者: CodesOfRa

项目描述 :
Vue CLI Plugin for UI5 Web Components
高级语言: JavaScript
项目地址: git://github.com/CodesOfRa/vue-cli-plugin-ui5-webcomponents.git
创建时间: 2019-04-04T20:48:28Z
项目社区:https://github.com/CodesOfRa/vue-cli-plugin-ui5-webcomponents

开源协议:Apache License 2.0

下载


Vue CLI plugin for UI5-Webcomponents

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

Using the plugin

  1. #create a Vue project using the Vue CLI
  2. vue create my-vue-app
  3. #move to target project
  4. cd my-vue-app
  5. #install vue-cli-ui5-webcomponents plugin
  6. vue add ui5-webcomponents

If you have an existing Vue CLI-based project you can skip the first two commands and just run:

  1. vue add ui5-webcomponents