Asim Khan
Asim Khan

Reputation: 2039

How to find Admin panel (CMS) for Vue Storefront

I'm trying to use vue storefront but one issue is that I cant access admin panel. I means if it is a complete framework there should be some views from where I can add or modify products. How can I use CRUD operations as admin and also things like entertaining orders?

Upvotes: 0

Views: 923

Answers (1)

Vic
Vic

Reputation: 41

Vue Storefront is a headless solution, which means that you can connect it to any CMS (like Magento), but it is not CMS itself. You can find current CMS integrations on github: https://github.com/DivanteLtd/vue-storefront or ask on the official forum: https://forum.vuestorefront.io/

Upvotes: 4

Related Questions