# chat_client **Repository Path**: ayd_1/chat_client ## Basic Information - **Project Name**: chat_client - **Description**: 聊天前端页面 使用 vite + vue3 + element-plus - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-15 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI项目客户端代码 使用 Vite + Vue3(javascript)开发,使用Element-plus UI框架 ## 安装项目 ```sh npm install ``` ### 本地运行 ```sh npm run dev ``` ### 打包到线上 ```sh npm run build:prod ``` 或者 ```sh npm run build ``` ### 打包到测试 ```sh npm run build:stage ```