Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 1.17 KB

File metadata and controls

45 lines (28 loc) · 1.17 KB

COMS Showcase Frontend

This is the Showcase frontend. It implements a Vue frontend with Keycloak authentication support. It calls an associated COMS instance for object storage usage.

Configuration

The Showcase frontend will require some configuration. We will need to configure the application to authenticate using the same Keycloak realm as the COMS instance. Configuration is served from the backend. See the parent App readme for details on config.

Super Quickstart

Ensure that you have filled in all the appropriate configurations following ../config/custom-environment-variables.json before proceeding.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference for any desired Vue App customization. (Note that necessary config for the Showcase app is served from its backend)