I am trying to integrate vuestorefront with shopify but unable to understand
proper way
there are many repositories like
vue storefront for front end
https://github.com/DivanteLtd/vue-storefront
vue storefront api for back end
https://github.com/DivanteLtd/vue-storefront-api
vue storefront integration boilerplate for 3rd party integration (in our case Shopify )
https://github.com/DivanteLtd/vue-storefront-integration-boilerplate
this is all I know
I have problem in vue storefront integration boilerplate
unable to find a way to communicate with shopify
docs are saying
I need to built a new app on any platform that app will communicate with vue storefront integration boilerplate(vs bridge) and shopify
this is example config for magento in vs bridge(vue storefront integration boilerplate)
{ "elasticsearch": { "host": "", "indexName": "vue_storefront_magento1" }, "vsbridge": { "url": "http://example.com:80/", "auth": { "username": "admin", "password": "password123", "secret": "Geiw0qua" }, "auth_endpoint": "http://example.com/vsbridge/auth/admin", "product_endpoint": "http://example.com/vsbridge/products/index", "category_endpoint": "http://example.com/vsbridge/categories/index", "taxrule_endpoint": "http://example.com/vsbridge/taxrules/index",i need help in this config file to communicate with shopify
} }
Please tell me if anyone has done it