Нема описа

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

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