Put together quickly using Gridsome, the AirTable "Product catalog" base and queries to GraphQL to display data.
At first I found it hard to understand the Gridsome process, but reading the docs I was able to make pages and query the data to be displayed using <page-query> for pages, and <static-query> for components
Some of the data in the tables of "Product catalog" are linked to other tables, when this occurred, I created a component to call that other table, then filtered the what data to show using "v-if"
I can talk about my process more in person
Created by John Moran.