gabriellopes00 /
discord-clone
A discord clone made with Vue.js and Sass in the frontend, and Node.js, Typescript and Socket.io in the backend. 💻. This is not a simple interface, you can really use it as a chat ✉ (frontend hosted at vercel)
Loading repository data…
RayLiu1999 / repository
A Discord frontend clone developed in Vue.
以 Discord 為樣板製作的即時聊天應用前端專案,支援私人訊息、伺服器頻道聊天等功能。
會員系統
伺服器管理
即時通訊
使用者介面
src/
├── api/ # API 介面
├── assets/ # 靜態資源 (圖片、音效、樣式)
├── components/ # Vue 元件
│ ├── dialogs/ # 對話框元件
│ └── icons/ # 圖標元件
├── composables/ # 組合式函數
├── router/ # 路由配置
├── stores/ # Pinia 狀態管理
├── types/ # TypeScript 型別定義
├── utils/ # 工具函數
└── views/ # 頁面元件
pnpm install
pnpm dev
pnpm build
pnpm type-check
pnpm test:unit
pnpm lint
pnpm format
創建 .env 檔案並設置以下變數:
VITE_APP_PORT=3000
VITE_APP_DOMAIN=localhost
VITE_API_DOMAIN=your-api-domain.com
VITE_ONLINE=false # 設定為 true 使用 HTTPS/WSS
本專案僅供學習和展示用途。
Selected from shared topics, language and repository description—not editorial ratings.
gabriellopes00 /
A discord clone made with Vue.js and Sass in the frontend, and Node.js, Typescript and Socket.io in the backend. 💻. This is not a simple interface, you can really use it as a chat ✉ (frontend hosted at vercel)
vdsou /
A frontend user interface for a discord bot
thesiv95 /
Vue frontend for Sababushka discord bot control panel
subnub /
A discord status updater that uses vue for a frontend to enter and delete statuses. And puppeteer to change your discord status to a random message on a set interval using a cron job.
tass-suderman /
TypeORM/Express/SQLite backend with a Vue.js frontend. Used to create and manage commands for Discord bots
Salgac /
Project repository for PWA course. A simple IRC application (clone of discord) with multiple use cases, made in Quasar framework.