> 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/sv/utvecklarguide/developer-guide/frontend.md).

# Frontend

Chamilo 3.0-frontenden är en Vue 3-enkeltsidesapplikation (SPA) som kommunicerar med backend via REST API.

* [**Vue-komponenter**](/3.x/sv/utvecklarguide/developer-guide/frontend/vue-components.md) — De återanvändbara komponenterna i `assets/vue/components/`
* [**Vyer och routing**](/3.x/sv/utvecklarguide/developer-guide/frontend/views-and-routing.md) — Sidvyer i `assets/vue/views/` och konfigurationen av Vue Router
* [**Tillståndshantering**](/3.x/sv/utvecklarguide/developer-guide/frontend/state-management.md) — Pinia-stores för applikationstillstånd
* [**Byggsystem**](/3.x/sv/utvecklarguide/developer-guide/frontend/build-system.md) — Webpack Encore, Tailwind och byggpipelinen
