# 聊天室-前端 **Repository Path**: piao-chen/chat-room---front-end ## Basic Information - **Project Name**: 聊天室-前端 - **Description**: 个人聊天室,比较花哨的那种。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-07-29 - **Last Updated**: 2023-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # blog ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### 分支说明 online 是上线服务器的版本 dev 是开发版本,未来服务器过期了之后可以直接用这个在本地跑。 ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).