# PigChat **Repository Path**: koi_pig/PigChat ## Basic Information - **Project Name**: PigChat - **Description**: 聊天室 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-21 - **Last Updated**: 2023-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pigchat 聊天室前端使用的技术栈 Vue 3 + Vite + Element—Plus + Axios 聊天室后端使用技术栈 SpringBoot + MybatisPlus + websocket # 项目访问地址 http://koi-pig.asia/ # 后端运行基本命令 ## 打包编译 ```sh mvn clean package ``` ### 后台运行 ```sh nohup java -jar 包名.jar > outLog.log 2 > &1 & ``` # 前端运行基本命令 ## 第一步安装依赖 ```sh npm install ``` ### 第二步运行项目 ```sh npm run dev ``` ### 第三步打包前端项目 ```sh npm run build ```