# cover-wechat-client **Repository Path**: juenfy/cover-wechat-client ## Basic Information - **Project Name**: cover-wechat-client - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: IM即时通讯, 仿微信, WebSocket, wechat, cover ## README #
仿微信客户端
在线体验 测试账号:13006789001 ~ 13006789010 密码:123456 或者自行注册 服务端传送门:https://github.com/Juenfy/cover-wechat-api ### 项目介绍 技术栈:vue3+pinia+vant ### 项目运行 ```shell git clone https://github.com/Juenfy/cover-wechat-client.git ``` ```shell cd cover-wechat-client ``` ```shell cp .env.example .env ``` ```shell npm install ``` 浏览器访问: ```shell npm run dev ``` 桌面端: ```shell npm run tauri dev ``` 桌面端打包: ```shell npm run tauri build ```