@eastsideco/escshopify
Version:
WIP JS library for Shopify, containing a variety of useful functionality.
10 lines (6 loc) • 677 B
Markdown
# /escshopify
_A modular support library for building Shopify themes with ES6 and webpack._
While the library can be used directly from any ES6 code (or traditional non-compiled scripts via a script tag), this library is ultimately intended to be used alongside two other tools:
- The SALVO theme development framework, which provides an environment for structuring themes and components. SALVO usually takes care of initializing many aspects of this library and providing a convinient interface for the theme developer.
- MATTv2, the second generation theme deployment framework.
The library is still a WIP and may change radically in structure and/or function.