> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-ar/dlyl-almtwr/developer-guide/frontend.md).

# Frontend

تُعد واجهة Chamilo 2.0 الأمامية تطبيق صفحة واحدة (SPA) مبنيًا بـ Vue 3 يتواصل مع الخلفية عبر REST API.

* [**Vue Components**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/vue-components.md) — المكونات القابلة لإعادة الاستخدام في `assets/vue/components/`
* [**Views and Routing**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/views-and-routing.md) — عرض الصفحات في `assets/vue/views/` وإعداد Vue Router
* [**State Management**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/state-management.md) — مخازن Pinia للحالة التطبيقية
* [**Build System**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/build-system.md) — Webpack Encore، و Tailwind، وخط أنابيب البناء
