Migrated Master Repository.
- Vue 94%
- JavaScript 2.4%
- CSS 2%
- HTML 1.6%
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. |
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
kreiscraft-website
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
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