# Séance 0 : Présentation de la ressource en BUT3

## 🎯 Objectifs

* Développer des applications front avec Vue 3 et Nuxt 3.
* Intégrer une API REST (Api Platform).
* Ecrire un code propre, correctement structuré et testé.

## Plan

1. Rappels Vue 3
2. Architecture et composables
3. Communication avec API
4. Router et navigation
5. State avancé (Pinia)
6. Introduction à Nuxt 3
7. Nuxt & API
8. Nuxt avancé & SEO
9. Tests front
10. Projet – Réseau social

## Ressources

* [Documentation Vue 3](https://vuejs.org/guide/introduction.html)
* [Documentation Nuxt 3](https://nuxt.com/docs/getting-started/introduction)
* [Documentation Api Platform](https://api-platform.com/docs/)
* [Documentation Pinia](https://pinia.vuejs.org/)

## Evaluation

* Projet fonctionnel noté (40%)
* Tests fonctionnels (e2e, unitaires...) (30%)
* Accessibilité, bonnes pratiques, UX (30%)


---

# 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://cours.davidannebicque.fr/vue.js-but/but3/seance-0-presentation.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.
