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
- Host: GitHub
- URL: https://github.com/yzqdev/mild-blog
- Owner: yzqdev
- License: mit
- Created: 2021-08-10T14:14:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T04:19:24.000Z (about 2 years ago)
- Last Synced: 2025-03-29T05:31:45.671Z (about 1 year ago)
- Topics: springboot, vue
- Language: Java
- Homepage:
- Size: 13.3 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
## 演示图片
管理员界面


首页

时间线
