Sem descrição

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

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