mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 12:52:26 +00:00
- 添加项目配置文件(tsconfig, eslint, prettier等) - 实现基础路由和页面布局 - 添加全局状态管理和API请求封装 - 集成UI组件库和主题系统 - 添加文档网站和示例页面 - 配置CI/CD和工作流
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|