Files
wondif_vue/arborescence.txt
Julie Chaumard 5deafb7d50 ajout de strapi
2025-12-07 23:10:08 +01:00

32 lines
822 B
Plaintext

.
├── app
│   ├── app.config.js
│   ├── app.vue
│   ├── components
│   │   ├── header.vue
│   │   ├── test.vue
│   │   └── testcomponentpage.vue
│   ├── pages
│   │   ├── agenda.vue
│   │   ├── concerts
│   │   │   └── concert-[id].vue
│   │   └── index.vue
│   └── toto.txt
├── arborescence.txt
├── jsconfig.json
├── node_modules
├── nuxt.config.js
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   └── robots.txt
├── README.md
├── server
│   └── api
│   └── hello.js
├── toto.txt
└── tsconfig.json
1829 directories, 9747 files