项目作者: flovogt

项目描述 :
The repository contains the products component for the 2020 UI5con session UI5 Routing with Reusable Components.
高级语言: JavaScript
项目地址: git://github.com/flovogt/ui5-products-component.git
创建时间: 2021-03-11T15:19:12Z
项目社区:https://github.com/flovogt/ui5-products-component

开源协议:Apache License 2.0

下载


ui5-reuse-component

This is the products component of UI5con 2020 UI5 Routing with Reusable Components.
If you wanna use a multi-repository setup, follow the instructions of UI5 Root Component.
If you wanna use a mono-repository setup, use UI5con 2020 UI5 Routing with Reusable Components.

Local Deployment

You wanna run the reuse component on your machine? Here we go. The following steps will guide you through your local deployment.

Getting started

  1. Clone the following repositories to your local machine
  1. Run npm install in the shell in directory ui5-products-component

Development

  1. Go to folder ui5-products-component
  2. Run npm start to serve the application

Testing

Run npm run test to execute the test suite

Building

Run npm run build to build a bundle

Deployment

Run npm run serve to host a local webserver with the built application