Ignat Insarov
AAlokai
•Created by Ignat Insarov on 2/16/2024 in #🙋|general-help
Are there any storefront templates out there I can use for demonstration purposes?
I am working on a closed source back end offering similar to PrestaShop in functionality. One of the features we wish to offer is integration with Vue Storefront.
I have already written an SDK module and an API client that I have talking to the https://github.com/vuestorefront/storefront-nuxt3-boilerplate front end. However, this front end is not fully alive. It has one specific category and one specific product hard-coded into it. While it was easy to make it display whatever products I serve it from our back end, it still only displays one category because the relevant SDK method does not accept any arguments — the name of the category is hard-coded. There are other hard-coded pieces all over the code base as well.
I want to do a great presentation to my colleagues and stakeholders, and for that I need a front end where people can actually click on links and walk between different categories. This is certainly not beyond me to implement myself, but it would be ideal if I can integrate with a complete, fully working front end instead. This would reinforce the appreciation of flexibility and efficiency that Vue Storefront can potentially offer.
So, are there any front end templates out there such that I could simply drop my SDK module and API client in and have everything working so far as I serve the stuff from my back end? A quick search on the Internet did not reveal anything.
It does not matter for me how the front end would look — rather, I want to see possibly more functionality. We are ready to modify our API as needed to match the Unified Data Model or whatever other interfaces such a template front end would want from us.
10 replies