# dou-blog_FrontEnd **Repository Path**: dounineli/dou-blog_FrontEnd ## Basic Information - **Project Name**: dou-blog_FrontEnd - **Description**: 博客系统。vue前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-12 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dou-blog_frontend ## Introduction 博客系统前端,使用`Vue`框架。 后端见[https://github.com/99MyCql/dou-blog_BackEnd](https://github.com/99MyCql/dou-blog_BackEnd)。 ## Usage install dependency: ```bash npm install ``` Compiles and hot-reloads for development: ```bash npm run serve ``` Compiles and minifies for production: ```bash npm run build ``` Run your tests: ```bash npm run test ``` ## Format ### Git Commit ```bash git commit -m "type: description" ``` - type: - feat:新功能(feature) - fix:修补bug - docs:文档(documentation) - style:格式(不影响代码运行的变动) - refactor:重构(即不是新增功能,也不是修改bug的代码变动) - test:增加测试 - chore:构建过程或辅助工具的变动 - description: 详细描述