mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
- 添加项目配置文件(tsconfig, eslint, prettier等) - 实现基础路由和页面布局 - 添加全局状态管理和API请求封装 - 集成UI组件库和主题系统 - 添加文档网站和示例页面 - 配置CI/CD和工作流
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
# registry = https://registry.npmjs.org
|
|
registry = https://registry.npmmirror.com
|
|
|
|
strict-peer-dependencies=false
|
|
auto-install-peers=true
|
|
shamefully-hoist=true
|
|
ignore-workspace-root-check=true
|
|
install-workspace-root=true |