Aucune description

bodicsek 74968003a4 Formatting fix il y a 3 ans
.vscode 80a240f74a Adding plugins routes and navigations menu il y a 3 ans
deployment 3e9baa680a Fixing login error handling and logout flow il y a 3 ans
src 74968003a4 Formatting fix il y a 3 ans
types 6823edd426 Initial commit il y a 3 ans
.dockerignore 2cc92f9bf3 Adding managed kubernetes support il y a 3 ans
.gitignore 6823edd426 Initial commit il y a 3 ans
Dockerfile 2cc92f9bf3 Adding managed kubernetes support il y a 3 ans
README.md 82725189b1 Adding basic readme il y a 3 ans
ojet.config.js 438de01656 Using API_PATH config env var instead of API_URL il y a 3 ans
oraclejetconfig.json 6823edd426 Initial commit il y a 3 ans
package-lock.json 80a240f74a Adding plugins routes and navigations menu il y a 3 ans
package.json 2bebe6fb87 Adding plugin navigation without reload il y a 3 ans
tsconfig.json 80a240f74a Adding plugins routes and navigations menu il y a 3 ans

README.md

occ-fw-ui

A proof of concept OCC framework UI application.

Prerequisites

oci-cli (for OKE only)

kubectl

helm

Build

npm run build
npm run build:container

Run

npm run start
npm run start:container

Deploy

npm run deploy