Migrated Master Repository.
  • Vue 94%
  • JavaScript 2.4%
  • CSS 2%
  • HTML 1.6%
Find a file
OfficerYoda 44a6eef1b6 feat(chat): add structured WebSocket message handling
Refactored WebSocket communication to use a structured message format
with type and content fields. Added handling for PING/PONG messages to
support heartbeat functionality. Chat messages are now sent and received
as JSON objects, improving extensibility and reliability.
2025-11-06 23:08:30 +01:00
.vscode idk 2025-11-02 14:55:43 +01:00
public idk 2025-11-02 14:55:43 +01:00
src feat(chat): add structured WebSocket message handling 2025-11-06 23:08:30 +01:00
.gitignore idk 2025-11-02 14:55:43 +01:00
index.html idk 2025-11-02 14:55:43 +01:00
jsconfig.json idk 2025-11-02 14:55:43 +01:00
package-lock.json idk 2025-11-02 14:55:43 +01:00
package.json idk 2025-11-02 14:55:43 +01:00
README.md idk 2025-11-02 14:55:43 +01:00
vite.config.js idk 2025-11-02 14:55:43 +01:00

kreiscraft-website

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

VS Code + Vue (Official) (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