# chat-zone-app **Repository Path**: hujiyi/chat-zone-app ## Basic Information - **Project Name**: chat-zone-app - **Description**: 使用 leancloud 和 vuetify 实现的一个简易论坛 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://hujiyi.gitee.io/chat-zone-app-demo/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-01-03 - **Last Updated**: 2021-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chat-zone-app The leancloud App Keys is incomplete, please modify the file at path: `chat-zone-app\src\api\config\lc.config.js`. ## Project setup ``` npm install or yarn install ``` ### Compiles and hot-reloads for development ``` npm run dev or yarn dev ``` ### Compiles and minifies for production ``` npm run build or yarn build ``` --- ### 2021-01-11: #### Changes * The language internationalization menu changes to a component. * Rename some variables in the `src/api/services/CommentDataService.js` and `src/api/services/TopicDataService.js` #### Fix Bug * Fixes an invalid issue with route blocking that jumps to the login page.