> 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/3.x/ar/dlyl-almtw-r/developer-guide/frontend.md).

# الواجهة الأمامية

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

* [**مكونات Vue**](/3.x/ar/dlyl-almtw-r/developer-guide/frontend/vue-components.md) — المكونات القابلة لإعادة الاستخدام في `assets/vue/components/`
* [**العروض والتوجيه**](/3.x/ar/dlyl-almtw-r/developer-guide/frontend/views-and-routing.md) — عروض الصفحات في `assets/vue/views/` وإعداد Vue Router
* [**إدارة الحالة**](/3.x/ar/dlyl-almtw-r/developer-guide/frontend/state-management.md) — مخازن Pinia لحالة التطبيق
* [**نظام البناء**](/3.x/ar/dlyl-almtw-r/developer-guide/frontend/build-system.md) — Webpack Encore وTailwind ومسار البناء
