mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
a6eebb940f
* feat: improve code * feat: update docs * feat: update docs * Update index.md * Update features.md * Update when.md * Update contributing.md * Update translations.md * feat: clean up * Add files via upload * Update the-first-app.md * Update plugins.md * Update a-b-c.md * Update blocks.md * feat: update docs * Add files via upload * Update charts.md * feat: update navs * Update index.md * Update index.md * Update features.md * Update index.md * Update docker-compose.md * Update create-nocobase-app.md * Update git-clone.md * Update contributing.md * Update translations.md * Update plugins.md * Update the-first-app.md * Add files via upload * Update charts.md * Update charts.md * Update a-b-c.md * Update collections.md * Update menus.md * Update menus.md Co-authored-by: Zhou <zhou.working@gmail.com>
13 lines
897 B
Markdown
13 lines
897 B
Markdown
# 概览
|
|
|
|
| 模块 | 包名 | 描述 |
|
|
| --------------------------------- | --------------------- | ------------------- |
|
|
| [Server](/api/server) | `@nocobase/server` | 服务端应用 |
|
|
| [Database](/api/database) | `@nocobase/database` | 数据库访问层 |
|
|
| [Resourcer](/api/resourcer) | `@nocobase/resourcer` | 资源与路由映射 |
|
|
| [ACL](/api/acl) | `@nocobase/acl` | 访问控制表 |
|
|
| [Client](/api/client/application) | `@nocobase/client` | 客户端应用 |
|
|
| [CLI](/api/cli) | `@nocobase/cli` | NocoBase 命令行工具 |
|
|
| [SDK](/api/sdk) | `@nocobase/sdk` | NocoBase SDK |
|
|
| [Actions](/api/actions) | `@nocobase/actions` | 内置常用资源操作 |
|