0.1.0 • Published 2 years ago

@mcxbr/shop-by-brand v0.1.0

Weekly downloads
-
License
Commercial
Repository
-
Last release
2 years ago

PWA shop-by-brand

Installation

  1. Create an Empty PWA Studio Project by Scaffolding
  2. cd your_project/src
  3. mkdir @mcxbr
  4. copy module folder to @mcxbr
  5. run command from root directory
    • for development: yarn add link:src/@mcxbr/shop-by-brand
    • for production: yarn add file:src/@mcxbr/shop-by-brand

  6. Add call extend-intercept.js to local-intercept.js. Example:
const amShopByBrandIntercept = require('@mcxbr/shop-by-brand/targets/extend-intercept');

function localIntercept(targets) {
    amShopByBrandIntercept(targets);
}

module.exports = localIntercept;
  1. Run the Watch command: yarn watch.