Find a file
Daniel Spittank a28ae18444
All checks were successful
ci/woodpecker/push/default Pipeline was successful
gitignore
2023-09-15 23:20:28 +02:00
.woodpecker Woodpecker CI workflow added 2023-09-15 22:29:11 +02:00
public refactoring and cleanup 2023-09-15 21:56:16 +02:00
src Aufgeräumt gitignore 2023-09-15 23:19:48 +02:00
.gitignore gitignore 2023-09-15 23:20:28 +02:00
goldrausch.code-workspace refactoring and cleanup 2023-09-15 21:56:16 +02:00
index.html refactoring and cleanup 2023-09-15 21:56:16 +02:00
package-lock.json refactoring and cleanup 2023-09-15 21:56:16 +02:00
package.json refactoring and cleanup 2023-09-15 21:56:16 +02:00
README.md README.md aktualisiert 2023-09-15 23:06:51 +02:00
vite.config.js refactoring and cleanup 2023-09-15 21:56:16 +02:00

Goldrausch

Bei dem vorliegenden Projekt handelt es sich um eine Onlinesimulation zum LVQ-Algorithmus für das unüberwachte Lernen nach einer Idee von ComputingEducation (Prof. Dr. Tilman Michaeli, Dr. Stefan Seegerer, Sven Jatzlau).

Build-Status

status-badge

Der aktuellste Build ist auf dieser Seite zum Ausprobieren hinterlegt.

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

View Production Build locally

npm run preview