# tree-hole **Repository Path**: jxday/tree-hole ## Basic Information - **Project Name**: tree-hole - **Description**: 基于vue的前端项目,项目主题是打造倾诉社区。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tree-hole This is a vue project of front-end. The project creates a community of voices, please expect it to become a mature product. ## Install dependency ```bash npm i ``` ## Build & Run ```bash # development npm run serve ``` Run: http://localhost:8080 ```bash # test server npm run debug # production server npm run build ```