# 博客 **Repository Path**: micefind/blog-vue-go ## Basic Information - **Project Name**: 博客 - **Description**: 博客、个人网站、typescript、vue、elementplus、react、antDesign、go、gin、mysql - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://micefind.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-30 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 鼠觅奇物 演示地址:https://micefind.com # 技术架构 ``` 开发模式:前后端分离 前端 前台网页:react + antDesign 后台管理系统:vue3 + elementplus 小程序:uniapp + uviewplus 后端:go + gin 数据库:mysql ``` # 目录结构 ``` blog/ ├── frontend/ # 前端代码 │ ├── web/ # 前台网页 │ ├── admin/ # 后台管理系统 │ ├── miniapp/ # 小程序 ├── backend/ # 后端代码 ├── blog_db.sql # 数据库SQL文件 └── README.md # 项目说明 ```