We’re going to show you how to create a Vue Storefront Module, we’ll ease you in by creating a small module that wraps a customer messaging platform called Intercom. Modules in Vue Storefront Vue Storefront prefers to have features and functionality split up into “modules”. Each module contains the code & assets required to handle […]
This article will show how you can integrate existing Vue components into your Vue Storefront project. For this example the component we will be adding will be an alternative quantity input. Note: This assumes you have created a new theme within your project. If you’re unfamiliar with how to do this check out this article […]
In order to make any changes within a Vue Storefront project it is advised that you create your own theme. You are able to copy the default theme and inherit the existing styles or copy a blank theme in which you have to create all styles from scratch. For the purposes of this we will […]
We’ve been working with the Vue Storefront project for around a year now and have seen the project grow incredibly quickly. For the last 3-4 months the focus has been on stability and developer experience and the project is going from strength to strength. So we’re excited to announce we’re hosting the 8th official Vue […]
As Wordpress is still one of the most popular platforms for content we thought it would be useful to show how it’s possible to write a small module in Vue Storefront that pulled through your blog categories and posts into your VSF store.
Motivation In this article we want to share the experience of developing the Paypal payment module for the Vue Storefront project (VSF). PayPay is a very popular payment method that we’re going to be using on nearly all of our site builds so we decided to help start this integration. Development In the first […]
As 2018 grows ever-more familiar, the argument for moving away from a traditional e-commerce store is growing rapidly. Statistics show conversion rates fall from around 6% in native mobile apps to 4% on desktop, and only 2% on the mobile web. Let’s take a look at the benefits of Progressive Web Apps and the alternative […]