# Frontend

Le frontend de Chamilo 2.0 est une application monopage (SPA) développée avec Vue 3 qui communique avec le backend via l'API REST.

* [**Composants Vue**](/chamilo-2-francais/guide-du-developpeur/developer-guide/frontend/vue-components.md) — Les composants réutilisables situés dans `assets/vue/components/`
* [**Vues et Routage**](/chamilo-2-francais/guide-du-developpeur/developer-guide/frontend/views-and-routing.md) — Les vues de page dans `assets/vue/views/` et la configuration de Vue Router
* [**Gestion de l'état**](/chamilo-2-francais/guide-du-developpeur/developer-guide/frontend/state-management.md) — Les stores Pinia pour l'état de l'application
* [**Système de build**](/chamilo-2-francais/guide-du-developpeur/developer-guide/frontend/build-system.md) — Webpack Encore, Tailwind et le pipeline de build


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/chamilo-2-francais/guide-du-developpeur/developer-guide/frontend.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
