mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-06 05:59:25 +08:00
16 lines
222 B
Markdown
16 lines
222 B
Markdown
---
|
|
order: 3
|
|
---
|
|
|
|
# Client-side Plugin
|
|
|
|
The directory structure of the client-side plugins
|
|
|
|
```bash
|
|
|- /src/
|
|
|- /api/ # Server-side extensions
|
|
|- /components/ # Client-side components
|
|
|- index.ts
|
|
|- package.json
|
|
```
|