# myblog **Repository Path**: KZbin/myblog ## Basic Information - **Project Name**: myblog - **Description**: 个人博客,springboot + vue - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2024-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog 需要node环境 ## 安装项目依赖包 ``` npm install ``` ### 项目启动,项目目录下输入 ``` npm run serve ``` ### 项目打包 ``` npm run build ``` ## 项目展示 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0917/173241_50ebb82d_9042337.png "首页.png") ![输入图片说明](https://images.gitee.com/uploads/images/2021/0917/173300_27242080_9042337.png "分类.png") ![输入图片说明](https://images.gitee.com/uploads/images/2021/0917/173313_96068fe2_9042337.png "博客详情.png") ![输入图片说明](https://images.gitee.com/uploads/images/2021/0917/173354_dce2d2a9_9042337.png "后台登录.png") ![输入图片说明](https://images.gitee.com/uploads/images/2021/0917/173410_3f99577c_9042337.png "新增和编辑博客.png") ![输入图片说明](https://images.gitee.com/uploads/images/2021/0917/173421_3fb184bc_9042337.png "分类管理.png")