Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,12 +326,6 @@ async def get_list(
2. **Write Page Components**: Create page components in `frontend/src/views/` directory
3. **Register Routes**: Register routes in `frontend/src/router/index.ts`

### Mobile Part

1. **Configure Mobile API**: Create corresponding API files in `fastapp/src/api/` directory
2. **Write Page Components**: Create page components in `fastapp/src/pages/` directory
3. **Register Routes**: Register routes in `fastapp/src/router/index.ts`

### Code Generator Usage

The project has a built-in code generator that can automatically generate front-end and back-end code based on database table structures, greatly improving development efficiency.
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,6 @@ async def get_list(
2. **编写页面组件**:在 `frontend/src/views/` 目录下创建页面组件
3. **注册路由**:在 `frontend/src/router/index.ts` 中注册路由

### 移动端部分

1. **配置移动端API**:在 `fastapp/src/api/` 目录下创建对应的API文件
2. **编写页面组件**:在 `fastapp/src/pages/` 目录下创建页面组件
3. **注册路由**:在 `fastapp/src/router/index.ts` 中注册路由

### 代码生成器使用

项目内置代码生成器,可以根据数据库表结构自动生成前后端代码,大幅提升开发效率。
Expand Down