Lumosdimos
Lumosdimos
AAlokai
Created by Lumosdimos on 12/14/2023 in #🙋|general-help
Multi-theme in vue storefront2
Hi, using @vue-storefront/magento-theme 1.3.1 how do I create a theme? There is not src/themes folder like in vsf1. Let's say we have a b2b and b2c both under one Magento backend is it possible two have two themes and one inheriting from the other?
1 replies
AAlokai
Created by Lumosdimos on 12/7/2023 in #🙋|general-help
Problem installing Tailwindcss and Storefront UI
Hi, I'm trying to install tailwind and UI as described here: https://docs.storefrontui.io/v2/vue/getting-started.html using yarn add -D @nuxtjs/tailwindcss @storefront-ui/vue but I get the following error: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2" I tried using an older version of tailwind (5.3.5) but I still get the same error. The Nuxt version found in vuestorefront package.json is 2.15.8 but Tailwind needs >3. Which version is suitable? Thanks @vue-storefront/magento-theme V1.3.1
6 replies
AAlokai
Created by Lumosdimos on 12/2/2023 in #🙋|general-help
Custom graphQL query
Need to create a custom query inside a custom module to fetch and display data from Magento 2. The data comes from a custom Magento module that exposes a simple entry list via graphQL. Using Apollo sandbox I can view the response but I cannot seem to be able to find a step by step guide to achieve implementing the query in my module. Links I followed https://docs.vuestorefront.io/v2/composition/extending-graphql-queries.html https://docs.vuestorefront.io/v2/integrate/supporting-custom-queries.html https://vuestorefront.io/blog/create-custom-graphql-query-with-vue-storefront-and-commercetools-integration
2 replies