An open API service indexing awesome lists of open source software.

https://github.com/yzqdev/mild-blog

My blog, using springboot,vue3
https://github.com/yzqdev/mild-blog

springboot vue

Last synced: about 1 year ago
JSON representation

My blog, using springboot,vue3

Awesome Lists containing this project

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)