mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
- 新增fastdocs文档工程,使用vitepress 2.0构建 - 将原frontend/docs下的文档资源迁移至fastdocs工程 - 优化nginx配置,支持多项目部署路由 - 更新README文档,调整图片引用路径 - 移除旧的start.sh脚本,新增更完善的deploy.sh部署脚本 - 调整docker-compose配置,支持多项目部署 - 修复fastapp中qiun-data-charts组件willReadFrequently属性问题 - 更新项目依赖版本,统一使用pnpm管理 - 优化项目结构,分离前端、小程序和文档工程
34 lines
889 B
JSON
34 lines
889 B
JSON
{
|
|
"name": "fastdocs",
|
|
"description": "Fastapi_Vue3_Admin 项目文档",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev --port 5173",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"docs:dev": "vitepress dev --port 5173",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"vitepress": "2.0.0-alpha.11"
|
|
},
|
|
"packageManager": "npm@11.2.0",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=10.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/tao__tao/fastapi_vue3_admin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitee.com/tao__tao/fastapi_vue3_admin/issues"
|
|
},
|
|
"author": "fastapiadmin <948080782@qq.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://gitee.com/tao__tao/fastapi_vue3_admin"
|
|
} |