Skip to main content
Version: 0.2.x

Introduction

SALVO-TS is a framework for building Shopify themes which are composed of modular components. Components can be included in Liquid, added or removed dynamically, and they are loaded in an optimized way to minimize unnecessary downloads.

The framework also provides a variety of useful tools to Shopify themes for interacting with the Shopify cart and managing section rendering.

Themes using SALVO-TS are built with Typescript for type-safety, and the framework provides standard linting and code style for consistency across projects.

Get started by creating a new theme, or onboard an existing theme.

SALVO-TS 0.1.x

Already using SALVO-TS 0.1.x and want to upgrade? Check our notes on migrating from 0.1.x.