Files
FastapiAdmin/fastdocs/src/index.md
T
zhangtao 1bc59f0da5 feat: 重构项目结构并新增fastdocs文档工程
- 新增fastdocs文档工程,使用vitepress 2.0构建
- 将原frontend/docs下的文档资源迁移至fastdocs工程
- 优化nginx配置,支持多项目部署路由
- 更新README文档,调整图片引用路径
- 移除旧的start.sh脚本,新增更完善的deploy.sh部署脚本
- 调整docker-compose配置,支持多项目部署
- 修复fastapp中qiun-data-charts组件willReadFrequently属性问题
- 更新项目依赖版本,统一使用pnpm管理
- 优化项目结构,分离前端、小程序和文档工程
2025-08-17 00:59:54 +08:00

46 lines
1.5 KiB
Markdown

---
# Fastapi Vue3 Admin 官网
layout: home
editLink: true
lastUpdated: true
hero:
name: "Fastapi Vue3 Admin"
text: "现代、开源、全栈融合的快速开发平台"
tagline: Fastapi + Vue3 助力企业快速构建应用。
image:
src: /logo.png
alt: Fastapi Vue3 Admin
style:
borderRadius: 50%
actions:
- theme: brand
text: 快速开始
link: /docs
- theme: alt
text: 在线演示
link: http://service.fastapiadmin.com
- theme: alt
text: 代码仓库
link: https://github.com/1014TaoTao/fastapi_vue3_admin
features:
- icon: 🔭
title: 快速开发
details: 一套完全开源的现代化快速开发平台,帮助开发者高效搭建高质量的中后台系统。
- icon: 🌐
title: 全栈整合
details: 前后端分离,融合 Python (FastAPI) + Vue3 多端开发,提供一站式开箱即用体验。
- icon: 🧱
title: 模块化设计
details: 系统功能高度解耦,便于扩展和维护,遵循开发规范和设计模式。
- icon: ⚡️
title: 高性能异步
details: 使用 FastAPI 异步框架 + Redis 缓存优化接口响应速度,提升系统性能。
- icon: 🔒
title: 安全认证
details: 支持 JWT OAuth2 认证机制,RBAC 模型实现菜单、按钮、数据级别的细粒度权限控制。
- icon: 🚀
title: 快速部署
details: 支持 Docker/Docker Compose/Nginx 一键部署,降低运维成本。
---