2022-09-19 01:23:01 +00:00
|
|
|
# 概览
|
|
|
|
|
2022-10-06 03:38:01 +00:00
|
|
|
| 模块 | 包名 | 描述 |
|
|
|
|
| --------------------------------- | --------------------- | ------------------- |
|
|
|
|
| [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` | 内置常用资源操作 |
|