使用fastapi搭建博客

最近一直使用ai,用trae搭建了自己的私人博客。

技术框架

后端:fastapi,

前端:

  1. 核心框架 :

    • Vue 3 (vue: ^3.4.15) - 前端框架
    • Vue Router (vue-router: ^4.2.5) - 路由管理
    • Pinia (pinia: ^2.1.7) - 状态管理
  2. 构建工具 :

    • Vite (vite: ^5.0.11) - 构建工具
    • Vite SSG (vite-ssg: ^28.3.0) - 静态站点生成器,用于预渲染页面
  3. UI 组件库 :

    • Element Plus (element-plus: ^2.5.4) - 现代UI组件库
    • Element Plus Icons (element-plus/icons-vue: ^2.3.1) - 配套图
      小达博客
相关推荐
卷无止境4 小时前
FastAPI中间件全解析:请求处理链条上的隐形关卡
后端·python·fastapi
卷无止境4 小时前
聊聊Web开发里的流式数据 从原理到FastAPI实战
后端·python·fastapi
爱音乐的marlon2 天前
FastAPI 学习笔记03|core 核心层:config 是总控制台,database 是整个工程的地基
笔记·学习·fastapi
花酒锄作田2 天前
Repository 模式在 FastAPI 中的应用
python·fastapi
喜欢的名字被抢了2 天前
FastAPI 接口安全与工程化 JWT、测试和配置管理
安全·fastapi
Maiko Star3 天前
从零落地「AI掘金头条」新闻模块:FastAPI + SQLAlchemy 异步实战
python·fastapi
喜欢的名字被抢了3 天前
FastAPI 接入异步 PostgreSQL 完成任务 CRUD 与数据库迁移
数据库·postgresql·fastapi
Esaka_Forever3 天前
uvicorn main.py 命令说明
fastapi
巴啦啦小魔仙变身4 天前
FastAPI 01 Create Demo
python·fastapi
李昊哲小课6 天前
fastapi sse websocket 奶茶店实时订单看板
人工智能·python·websocket·网络协议·fastapi·sse