You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would also be great to tie it in with Rest-Easy, maybe wp-shopify can register a bunch of rest-easy filters adding product data into the serializers for wshop-products. Recently while using this with Vuepress I was having a hard time keeping all product info together since half of it would come in from Shopify asynchronously and the other half was already resteasy-ed onto the page.
Curious how we make an npm module of components work in a useful way though. Right now it's built in that strange way of referencing the $root all the time, not sure how to translate those into something to be used with a Vuepress site. Any ideas?
This plugin seems like it should be split into two parts:
The WP end of things can be the auto-sync tool, while the Vue components can be split into a separate NPM package. Thoughts @jrobson153 ?
The text was updated successfully, but these errors were encountered: