使用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) - 配套图
      小达博客
相关推荐
动能小子ohhh8 小时前
DocForge平台的设计与开发--文件上传接口的实现
开发语言·人工智能·python·langchain·ocr·fastapi
XGeFei13 小时前
【Fastapi学习笔记(6)】—— Fastapi文件上传、请求头自动转换
笔记·学习·fastapi
li星野2 天前
从零搭建带数据库的文件上传系统:FastAPI + Streamlit + SQLite+加上日志
数据库·sqlite·fastapi
海鸥-w2 天前
用python (fastapi)做项目第二天实现新闻列表和新闻详情接口
开发语言·python·fastapi
曲幽2 天前
FastAPI 身份验证总踩坑?这份 FastAPI Users “避坑指南”请收好
python·fastapi·web·jwt·oauth2·user·authentication
海鸥-w3 天前
用python (fastapi)做项目第一天创建项目结构,数据建表,ORM配置安装,写第一个接口
数据库·python·fastapi
li星野3 天前
从零搭建文件上传系统:FastAPI 后端 + Streamlit 前端
前端·状态模式·fastapi
至天4 天前
FastAPI 接入 FastAPI-Limiter 以及使用 Redis 进行限流指南
redis·python·fastapi·请求限流
li星野4 天前
FastAPI 中间件完全指南:从原理到实战,掌控请求响应的全局钩子
中间件·fastapi
Derrick__14 天前
基于 LangGraph + FastAPI 搭建一个带人工审核的行业分析多智能体系统
ai·agent·fastapi·vibe coding