# Frontend

El frontend de Chamilo 2.0 es una aplicación de página única (SPA) de Vue 3 que se comunica con el backend a través de la API REST.

* [**Componentes de Vue**](/2.x-es/guia-para-desarrolladores/developer-guide/frontend/vue-components.md) — Los componentes reutilizables en `assets/vue/components/`
* [**Vistas y Enrutamiento**](/2.x-es/guia-para-desarrolladores/developer-guide/frontend/views-and-routing.md) — Vistas de página en `assets/vue/views/` y la configuración de Vue Router
* [**Gestión de Estado**](/2.x-es/guia-para-desarrolladores/developer-guide/frontend/state-management.md) — Almacenes Pinia para el estado de la aplicación
* [**Sistema de Compilación**](/2.x-es/guia-para-desarrolladores/developer-guide/frontend/build-system.md) — Webpack Encore, Tailwind y el pipeline de compilación


---

# 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/2.x-es/guia-para-desarrolladores/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.
