vue-shopify-products
Formats a Shopify CSV to be more manageable
This Vue plugin takes a shopify CSV and converts it into a more freiendly format. Combining products and adding image and product variations as arrays and objects, this plugin allows you to use Shopify test data to practice building a shop with Vue.
Installation
Include the JS in your file:
and use
the plugin before you initialise Vue:
Vue;
Usage
You can use this with currently two libraries
CSV Parser.
Example:
Vue; { CSV; };
d3.
Example:
Vue; { d3; };