# chat_vue **Repository Path**: wangdongdong1194/chat_vue ## Basic Information - **Project Name**: chat_vue - **Description**: 两部分:1.模仿微信前端页面;2.通过socketio实现用户聊天 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-09 - **Last Updated**: 2025-10-22 ## Categories & Tags **Categories**: webui **Tags**: 微信, vue2, JavaScript, socketio ## README # 无尽的尝试 ## 准备 > 参考地址:https://blog.csdn.net/zzz1780340/article/details/137581620 1. 全局安装vue - vue install -g @vue/cli 2. 创建新项目 - vue create chat_vue - 由于当前版本为 18.16.0,所以选择了vue2 3. 安装路由 - npm i vue-router@2 4. 安装vuex - npm i vuex@2