Skip to content
Last update: November 22, 2022

Overview

vc-storefront is essentially an ASP.NET Core project that is primary used as a runtime for hosting single or multiple websites (stores) with their own themes that are connected to Virto Commerce Platform. It also handles most of the front end work, such as server side rendering, authentication, and integrating middleware with the platform REST and GraphQL APIs.

Key Features

Technologies and Frameworks Used

vc-storefront uses:

  • ASP.NET MVC Core 6.0 on .NET 6.0

  • Scriban as a lightweight liquid scripting language and engine

How to Work with vc-storefront

As a developer, you will use Storefront as a precompiled application to host custom themes. Since the custom themes are the primary point of customization, you will rarely have to make any changes to the vc-storefront solution.

Click here to browse Virto Commerce's Storefront project on hour GitHub repository.