# springBoot + Vue 个人博客系统 **Repository Path**: m-kill/blog-2 ## Basic Information - **Project Name**: springBoot + Vue 个人博客系统 - **Description**: springBoot + Vue 个人博客系统 简单一个小项目,初入gitee,还在努力学习中,希望大家多多关注!!! - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-18 - **Last Updated**: 2023-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springBoot + Vue 个人博客系统 ## 介绍 需要看设计图的设计图文件中 springBoot + Vue 个人博客系统 简单一个小项目,初入gitee,还在努力学习中,希望大家多多关注!!! ## Vue 前端设计 ### axios库 ```shell npm i axios ``` ### vuex库 ```shell npm i vuex ``` ### 时间转换的moment库 ```shell npm i moment ``` ### 路由vue-router ```shell npm install vue-router ``` ### markdown插件 ```shell npm i @kangc/v-md-editor@next -S ``` ### EL-UI组件的使用 ```shell npm install element-ui --save npm install element-plus --save ``` ### md5加密 ```shell npm i --save js-md5 ``` ## Vue3中使用markdown ```shell npm i @kangc/v-md-editor@next -S ``` [需要了解如何使用Vue3中使用markdown][ https://www.cnblogs.com/shuisanya/p/16558056.html ] ![输入图片说明](%E8%AE%BE%E8%AE%A1%E5%9B%BE/Vue%E8%AE%BE%E8%AE%A1%E7%BB%84%E4%BB%B6%E8%AE%BE%E8%AE%A1.png) ## 数据库设计 ![输入图片说明](%E8%AE%BE%E8%AE%A1%E5%9B%BE/%E6%95%B0%E6%8D%AE%E5%BA%93%E8%AE%BE%E8%AE%A1.png) ## 后端Java SpringBoot