Skip to content

Files

Latest commit

ac92471 · Jun 25, 2024

History

History
29 lines (22 loc) · 538 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 538 Bytes

Projet créé grâce à un tuto: https://www.youtube.com/watch?v=DcEkrjdQW-8&ab_channel=LaravelJutsu

contenu:

Composants

Props parent-enfant

emission d'event enfant-parent

variables reactives(ref & reactive)

rendu condutionnel (v-if :class)

composants slots

variables calculées (computed)

surveiller une variable (watch)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build