# blog-vue **Repository Path**: novalue/blog-vue ## Basic Information - **Project Name**: blog-vue - **Description**: 基于Vue + Spring Boot开发的前后端分离微博项目——前端代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-04-23 - **Last Updated**: 2025-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微博项目前端代码 ## 简介 仿照微博、QQ空间等,搭建一个简单的社交平台,主要是为了巩固自己所学的知识,梳理知识体系,锻炼动手实践能力。 以Vue + Spring Boot为主,编写前后端分离的Web应用程序。 前端代码地址:[https://github.com/1326670425/blog-vue](https://github.com/1326670425/blog-vue) 后端代码地址:[https://github.com/1326670425/blog](https://github.com/1326670425/blog) ## 技术栈 - 前端 - Vue - ElementUI - Vue-router - Vuex - axois ... - 后端 - Spring Boot - Spring Security - MyBatis Plus ... ## 安装使用 ```shell # 安装 npm install # 运行 npm run serve # 打包构建 npm run build # 单元测试 npm run test:unit ``` ## CSDN教程 [Spring Boot+Vue项目 微博系统(1):目录和简介](https://blog.csdn.net/oldcunzhang/article/details/106232617) [Spring Boot+Vue项目 微博系统(2):构建前端Vue项目](https://blog.csdn.net/oldcunzhang/article/details/105972198) [Spring Boot+Vue项目 微博系统(3):创建Spring Boot项目](https://blog.csdn.net/oldcunzhang/article/details/105994694) [Spring Boot+Vue项目 微博系统(4):前后端通信测试](https://blog.csdn.net/oldcunzhang/article/details/105996987) [Spring Boot+Vue项目 微博系统(5):Spring Security登录流程源码分析](https://blog.csdn.net/oldcunzhang/article/details/106015425) [Spring Boot+Vue项目 微博系统(6):新建用户表,测试访问数据库](https://blog.csdn.net/oldcunzhang/article/details/106013392) [Spring Boot+Vue项目 微博系统(7):配置Spring Security实现登录](https://blog.csdn.net/oldcunzhang/article/details/106288260) (持续更新)