Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.04 KB

eda-kc-order-mq-ui

Vejs application to demonstrate the Saga pattern. This is using NGinx to deliver the application and to proxy calls to backend services.

Project setup

Pre-requisites, install node, yarn, npm and vue CLI.

install packages

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Build for openshift deployment

docker build -t quay.io/ibmcase/eda-kc-order-mq-ui .

Deploy to OpenShift

All the deployment, config map... are defined in the eda-kc-gitops repository in this folder.

For instructions on how to deloy this component and the rest of the solution see the main read me of this eda-kc-gitops repo.