lcc_tool/src/frontend
2026-02-01 11:09:39 +01:00
..
assets Added OAuth2 API Tester tool and improved CORS/OAuth support: 2025-10-28 15:58:15 +01:00
public Intermediate commit 2025-12-02 23:06:28 +01:00
src Merge remote-tracking branch 'origin/feature/frontend-optimization' into dev 2026-02-01 11:09:39 +01:00
.env.development Added production VITE environment file and renamed development environment file 2025-10-30 14:02:51 +01:00
.env.production Added production VITE environment file and renamed development environment file 2025-10-30 14:02:51 +01:00
.gitignore add frontend 2025-08-03 21:07:27 +02:00
index.html Add favicon, web app manifest, and related assets 2025-11-27 18:14:49 +01:00
jsconfig.json add frontend 2025-08-03 21:07:27 +02:00
package-lock.json created db.sh script to start mysql or mssql in container. --clean deletes previous volumens and --users creates dummy users for debugging 2026-01-30 13:45:39 +01:00
package.json Bugfix: user supplier with d2d routing, Bugfix: indeterminate in Destination Manager, Removed Azure maps dependency in frontend, adjusted logmessage (memory, startup) 2025-12-08 10:35:26 +01:00
README.md add frontend 2025-08-03 21:07:27 +02:00
vite.config.js created db.sh script to start mysql or mssql in container. --clean deletes previous volumens and --users creates dummy users for debugging 2026-01-30 13:45:39 +01: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