tachybase_todo/docs/zh-CN/development/guide/index.md
chenos 85d8c3ecaf
feat: update development doc (#866)
* feat: update development doc

* fix: cleanup

* fix: remove
2022-09-30 12:41:23 +08:00

72 lines
944 B
Markdown

# 概述
## Web Server
- Collection & Field
- Resource & Action
- Middleware
- Events & Hooks
**Samples**
- samples/shop-modeling
- samples/shop-actions
- samples/ratelimit
- samples/model-hooks
## UI Schema Designer
平台最核心的功能,用于可视化配置页面。
- 扩展各种供 UI 设计器使用的 Schema 组件
- 各种 x-designer 和 x-initializer
**Samples**
- samples/custom-block
- samples/custom-action
- samples/custom-field
- samples/custom-x-designer
- samples/custom-x-initializer
## UI Router
用于自定义页面,包括:
- routes config
- route components
**Samples**
- samples/custom-page
## Settings Center
由插件提供的系统级配置的能力
- plugin settings tabs
**Samples**
- samples/custom-settings-center-page
## I18n
国际化
- I18n
**Samples**
- samples/shop-i18n
## Devtools
- Commands
- Migrations
**Samples**
- samples/custom-command
- samples/custom-migration