lcc_tool/src/frontend
Jan 7ff657ba0a Added OAuth2 API Tester tool and improved CORS/OAuth support:
- Introduced `OAuth2 API Tester` (HTML+JS) in `/tools`.
- Updated security configuration:
  - Added comprehensive CORS configurations for OAuth endpoints.
  - Enhanced CSRF handling to exclude `/oauth2/token`.
  - Adjusted role handling to ensure case-insensitivity.
- Fixed `RIGHT-MANAGEMENT` role in `UserController`.
- Replaced logo asset in frontend.
2025-10-28 15:58:15 +01:00
..
assets Added OAuth2 API Tester tool and improved CORS/OAuth support: 2025-10-28 15:58:15 +01:00
public add frontend 2025-08-03 21:07:27 +02:00
src Added OAuth2 API Tester tool and improved CORS/OAuth support: 2025-10-28 15:58:15 +01:00
.env Cleanup application.properties and .env, added vite .env to repository 2025-10-25 18:52:54 +02:00
.gitignore add frontend 2025-08-03 21:07:27 +02:00
index.html - intermediate commit 2025-10-12 13:41:37 +02:00
jsconfig.json add frontend 2025-08-03 21:07:27 +02:00
package-lock.json - intermediate commit 2025-10-12 13:41:37 +02:00
package.json - intermediate commit 2025-10-12 13:41:37 +02:00
README.md add frontend 2025-08-03 21:07:27 +02:00
vite.config.js Refactor & Enhancements: 2025-10-23 14:52:28 +02:00

frontend

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build