tachybase_todo/docs/guide/plugin-development/client-side-plugin.md

16 lines
222 B
Markdown
Raw Normal View History

---
order: 3
---
# Client-side Plugin
2021-10-31 09:44:52 +08:00
The directory structure of the client-side plugins
```bash
|- /src/
2021-10-31 09:44:52 +08:00
|- /api/ # Server-side extensions
|- /components/ # Client-side components
|- index.ts
|- package.json
```