mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 00:16:46 +00:00
14 lines
279 B
Markdown
14 lines
279 B
Markdown
|
---
|
||
|
title: '@nocobase/plugin-pages'
|
||
|
---
|
||
|
|
||
|
# @nocobase/plugin-pages
|
||
|
|
||
|
将客户端的组件参数交由服务端管理,由服务端控制输出客户端所需的 ui schema。开发者可以随意适配任意前端组件。
|
||
|
|
||
|
## 安装
|
||
|
|
||
|
```bash
|
||
|
yarn nocobase pull pages --start
|
||
|
```
|