Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.1 KB

File metadata and controls

45 lines (28 loc) · 1.1 KB

CHES Showcase Frontend

This is the CHES Showcase frontend. It implements a Vue frontend with Keycloak authentication support.

Configuration

The CHES Showcase frontend will require some configuration. The API it invokes will be locked down and require a valid JWT Token to access. We will need to configure the application to authenticate using the same Keycloak realm as the app. Note that the CHES Showcase frontend is currently designed to expect all associated resources to be relative to the original access path.

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.