# dbg-front-end **Repository Path**: dbge/dbg-front-end ## Basic Information - **Project Name**: dbg-front-end - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该项目为 [dbg-project](https://github.com/DbgDebug/dbg-project) 的前端,源自 [https://github.com/Armour/vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) ## 如何设置以及启动项目 ### 安装依赖 ```bash yarn install ``` ### 启动本地开发环境(自带热启动) ```bash yarn serve ``` ### 构建生产环境 (自带压缩) ```bash yarn build:prod ```