Sin descripción

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

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