Vue Storefront Theme for Passionate Developers
The Vuetique theme is a Vue Storefront theme specifically designed for developers working with larger catalogs. It is built on the Tailwind CSS framework and is compatible with the latest version of Vue Storefront (1.11.2).
To install the Vuetique theme, follow these steps:
config/local.json file in your Vue Storefront project root.theme key in the local.json file to your cloned theme directory (vuetique).Example:
"theme": "vuetique"
To enable image hover functionality, you need to make some changes to the local.json file in your Vue Storefront project:
"media_gallery" field to the following arrays:productList.includeFieldsproductListWithChildren.includeFieldsThe Vuetique theme is a Vue Storefront theme designed for developers working with large catalogs. It offers support for image hover effects and is based on the Tailwind CSS framework. Installation involves cloning the theme and updating the local.json file in the Vue Storefront project.