gitextract_fb3yuxxp/ ├── .gitignore ├── LICENSE.txt ├── README.md ├── starter/ │ ├── .gitignore │ ├── assets/ │ │ ├── README.md │ │ └── css/ │ │ └── tailwind.css │ ├── components/ │ │ ├── Buttons.vue │ │ ├── Footer.vue │ │ ├── Navbar.vue │ │ ├── Products.vue │ │ └── icons/ │ │ ├── cart.vue │ │ ├── facebook.vue │ │ ├── github.vue │ │ └── twitter.vue │ ├── layouts/ │ │ └── default.vue │ ├── nuxt.config.js │ ├── package.json │ ├── pages/ │ │ ├── categories/ │ │ │ └── _id.vue │ │ ├── index.vue │ │ └── products/ │ │ └── _id.vue │ ├── tailwind.config.js │ └── utils/ │ └── medias.js └── starter.json