codernew-api-frontend
Go to file
gaoziman f77675e5fc feat(核心): 添加项目源代码
- 实现 React + Arco Design Pro 基础框架
- 添加页面路由和布局组件
- 实现用户认证和权限管理
- 添加数据可视化图表组件
- 实现列表、表单等常用页面模块
- 配置 Redux 状态管理
- 添加工具函数和自定义 Hooks
2025-11-05 09:48:31 +08:00
.husky chore(配置): 添加代码规范和格式化配置 2025-11-05 09:46:41 +08:00
src feat(核心): 添加项目源代码 2025-11-05 09:48:31 +08:00
.eslintignore chore(配置): 添加代码规范和格式化配置 2025-11-05 09:46:41 +08:00
.eslintrc chore(配置): 添加代码规范和格式化配置 2025-11-05 09:46:41 +08:00
.gitignore chore(配置): 添加 Git 忽略文件配置 2025-11-05 09:46:05 +08:00
.prettierrc chore(配置): 添加代码规范和格式化配置 2025-11-05 09:46:41 +08:00
.stylelintignore chore(配置): 添加代码规范和格式化配置 2025-11-05 09:46:41 +08:00
.stylelintrc chore(配置): 添加代码规范和格式化配置 2025-11-05 09:46:41 +08:00
package.json chore(配置): 添加项目核心配置文件 2025-11-05 09:47:17 +08:00
pnpm-lock.yaml chore(依赖): 添加项目依赖锁文件 2025-11-05 09:47:53 +08:00
tsconfig.json chore(配置): 添加项目核心配置文件 2025-11-05 09:47:17 +08:00
vite.config.ts chore(配置): 添加项目核心配置文件 2025-11-05 09:47:17 +08:00
yarn.lock chore(依赖): 添加项目依赖锁文件 2025-11-05 09:47:53 +08:00