my-first-vue-app/
├── src/
│ ├── App.vue ← Haupt-Komponente, rendert alles
│ ├── components/ ← Eigene Komponenten kommen hier rein
│ └── assets/ ← Bilder, Fonts, globale CSS-Dateien
├── index.html ← Einstiegspunkt der App
└── package.json ← Projektinformationen und Dependencies
npm create vue@latest
cd my-first-vue-app
npm install
npm run dev
FAQs
It's a small but mighty mission: you'll build an FAQ accordion with
panels that open and close.