Nuxt cliet service

This commit is contained in:
2025-09-23 18:47:16 +07:00
parent 6f1deec639
commit 3b98f25e43
63 changed files with 6584 additions and 5493 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div>
<WebSocketClient />
</div>
</template>
<script setup lang="ts">
// Main page for the WebSocket client application
// This page serves as the entry point and displays the WebSocket client interface
</script>
<style scoped>
/* Additional page-specific styles if needed */
</style>