nocobase/docs/guide/plugin-development/client-side-plugin.zh-CN.md
chenos ca7af9c8cc
feat: new version of the documentation (#95)
* feat: new version of the documentation

* feat: add English catalog translation

* Update quickstart.md

* Update quickstart.zh-CN.md

* Update quickstart.zh-CN.md

* Update quickstart.zh-CN.md

* Update quickstart.zh-CN.md

* feat: update quickstart

* update doc

* update pepository api doc

Co-authored-by: ChengLei Shao <chareice@live.com>
2021-10-28 22:55:51 +08:00

16 lines
185 B
Markdown

---
order: 3
---
# 客户端插件
客户端插件的目录结构
```bash
|- /src/
|- /api/ # 服务端扩展
|- /components/ # 客户端组件
|- index.ts
|- package.json
```