d5d0e1036b
* docs: add docs * ignore dumi theme test * fix: error TS2717: Subsequent property declarations must have the same type. * update docs * deploy gh-pages * plugins docs * hash & cname * exportStatic * ssr * vercel * vercel * fix: deploy vercel * Delete vercel.json * docs * fix APP_DIST * on master branch
13 lines
209 B
Markdown
13 lines
209 B
Markdown
---
|
|
title: '@nocobase/plugin-collections'
|
|
---
|
|
|
|
# @nocobase/plugin-collections
|
|
|
|
提供数据表配置接口,可通过 HTTP API 管理数据表。
|
|
|
|
## 安装
|
|
|
|
```bash
|
|
yarn nocobase pull collections --start
|
|
``` |