We forked this so we could easily edit theme-cart. You can also npm publish
locally.
- Only theme-cart is functional.
- point pk-shopify-theme's package.json entry directly to the git repo and test branch for easier deveelopment
- update the version in
package.json
in the commit that updates master. - run
npm i --legacy-peer-deps
to update the package lock and make roll up available - push a tag of the form
v1.0.x
to this repo and a new version will be packaged - point pk-shopify-theme's theme-cart package.json entry to new version.
Theme Scripts is a collection of handy utility libraries which assist theme developers with problems unique to Shopify Themes development environment.
Theme scripts are uncoupled from a particular UI. Typically, they are used alongside a customized solution for a particular theme. For example, @shopify/theme-cart
is a great way to interact with the Shopify Cart API and add and remove items, but it does not enforce a particular pattern to display or update the visual state of the cart.
package | ||
---|---|---|
theme-a11y | README | |
theme-addresses | README | |
theme-cart | README | |
theme-currency | README | |
theme-images | README | |
theme-predictive-search | README | |
theme-product | README | |
theme-product-form | README | |
theme-rte | README | |
theme-sections | README |
For help on setting up the repository locally, building, testing, and contributing please see CONTRIBUTING.md.
All developers who wish to contribute through code or issues, take a look at the Code of Conduct.
Copyright (c) 2018 Shopify. See LICENSE for further details.