# mild-blog **Repository Path**: yzqdev/mild-blog ## Basic Information - **Project Name**: mild-blog - **Description**: 个人博客,使用spring-boot,vue3编写 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-18 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, Vue ## README # mild-blog > 一个简陋个人博客 ## 技术 - 后端,springboot+mybatisplus+jwt| gin+gorm+golang-jwt - 前端,vue3+vue-router+vuex+axios|quasar ## 运行 ### 运行后端代码 进去myblog-server ```shell ./gradlew bootRun #打包跳过测试 ./gradlew build -x test ``` ### 运行前端代码 分别进入myblog-web(后台界面),myblog-quasar(前台界面) 执行 ```shell yarn dev ``` ## 打包 ```shell yarn build # 然后把dist文件夹放入`resources`文件夹,执行 ./gradlew build -x test ``` 注意vite引用的用法 引用图片 ```html ``` ## 演示图片 管理员界面 ![首页](./res/admin-home.png) ![admin](./res/admin.png) 首页 ![图片](./res/home.png) 时间线 ![时间线](./res/timeline.png)