Can't we use REST Apis with Vue storefront
Is it necessary to use GraphQl in vuestorefront?
2 Replies
Hi @Yatharth 😄 , you're free to use whatever you want. Every Vue Storefront application comes with the middleware.config.js file located at the project's root. Inside this file, you can register packages that extend the Server Middleware by adding new API endpoints or modifying the Express.js application itself.
thanks!