VAuthenticator / vauthenticator-management-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vauthenticator-management-ui

ui local environment

In order to make simple the ui assets build for local development take in consideration to enable the following spring configuration properties:

  document:
    engine: file-system
    fs-base-path: dist

in order to be sure to have the asset files in the correct path execute this script:

rm -rf dist
rm -rf src/main/frontend/node_modules
rm -rf src/main/frontend/package-lock.json
rm -rf src/main/frontend/dist

mkdir -p dist/static-asset/content/asset/

cd src/main/frontend
npm install --legacy-peer-deps
npm run-script build

cd dist/asset

cp * ../../../../../dist/static-asset/content/asset/

About


Languages

Language:TypeScript 74.3%Language:Kotlin 22.8%Language:JavaScript 1.4%Language:HTML 1.1%Language:Dockerfile 0.3%Language:Shell 0.1%