* 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
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
|
|
```
|