generated from gitea_admin/default
ajout de strapi
This commit is contained in:
31
arborescence.txt
Normal file
31
arborescence.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
.
|
||||
├── 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
|
||||
Reference in New Issue
Block a user