Tidak Ada Deskripsi

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

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