# messagewall-frontend **Repository Path**: josnma/messagewall-frontend ## Basic Information - **Project Name**: messagewall-frontend - **Description**: 留言板项目前端。 项目后端地址https://gitee.com/josnma/messagewall-backend - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-02 - **Last Updated**: 2025-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目名称:留言板前端 后端地址:https://gitee.com/josnma/messagewall-backend ## 项目设置 ### 安装依赖 ```sh npm install ``` ### 运行 ```sh npm run dev ``` ### 打包 ```sh npm run build ```