Chris Bongersdaily-dev-tips.hashnode.dev·Dec 20, 2022Deploying VendureThe cool part about Vendure is how easy it is to set up and how abstract each layer is. Basically, we get the following elements: External database Server Worker Admin UI Frontend While this is amazing, it also brings a bit of complexity when it co...14 likes·64 readsvendure
Chris Bongersdaily-dev-tips.hashnode.dev·Dec 19, 2022Vendure - Overwriting email templatesThe previous article looked at customizing Vendure on a data and process level. In this article, we'll look at customizing emails, as they are often a big part of a webshop system. We'll be looking at two different layers of customization for customi...6 likes·56 readsvendure
Chris Bongersdaily-dev-tips.hashnode.dev·Dec 18, 2022Customizing vendureEven though Vendure is a pretty significant project out of the box, in some cases, we might want to go in and modify some elements to work to our specific use case. In this article, I'll take a high-level look at some elements we can customize within...6 likesvendure
Chris Bongersdaily-dev-tips.hashnode.dev·Dec 17, 2022Vendure - Setting up facetsAs mentioned in my very first article about Vendure, one of the most important things for me was the concept of facets. In my use case, I needed custom elements for each product that the end users could filter. For example, the beer shop I'm working ...7 likes·145 readsvendure
Chris Bongersdaily-dev-tips.hashnode.dev·Dec 16, 2022Vendure - Assets to an S3 bucketAs my webshop serves a lot of images, I wanted to leverage a good CDN and quickly found a neat integration with S3 available for Vendure. In this article, I'll show you how you can connect and leverage an S3 bucket as your asset storage. Setting up A...12 likes·147 readsvendure
Chris Bongersdaily-dev-tips.hashnode.dev·Dec 15, 2022Vendure - Importing dataProduct imports are an essential element that I found great when working with Vendure. It was super important to me to be able to import products and their data. Many people might have the exact needs as they often already have a webshop or system to...12 likes·131 readsvendure
Chris Bongersdaily-dev-tips.hashnode.dev·Dec 14, 2022Vendure - StorefrontsWhen setting up a commerce website, you'll likely need a storefront. This will be what the end users will use to order your products. In the case of Vendure, we are open to creating our own, but luckily for us, they have some fantastic starters alrea...6 likes·33 readsvendure
Chris Bongersdaily-dev-tips.hashnode.dev·Dec 13, 2022Vendure - Quick setupIn the previous article, we talked about Vendure, what it is, and why I find it an exciting commerce solution. In this article, we'll get started and see how easy it is to set up. Note: For these articles, I mainly use Vendure's documentation, which...13 likes·40 readsvendure