feat: 本次提交更新内容如下

新项目模板初始化
This commit is contained in:
笔记本里的永平
2025-07-17 21:56:53 +08:00
parent 1c64a13058
commit 6a4e99885d
19 changed files with 339 additions and 0 deletions

33
nkebao/README.md Normal file
View File

@@ -0,0 +1,33 @@
# Nkebao Base
基于 React + TypeScript + axios + sass + React Router v6 + antd + antd-mobile 的基础项目模板。
## 启动方式
```bash
yarn install
yarn start
```
## 技术栈
- React
- TypeScript
- axios
- sass
- React Router v6
- antd
- antd-mobile
- postcss-pxtorem (rem 适配)
## 目录结构
```
src/
api/ # axios 封装
pages/ # 页面组件
styles/ # 全局样式
App.tsx # 入口组件
main.tsx # 入口文件
public/
index.html # HTML 模板
```