0.1.0 • Published 4 years ago
@mcxbr/shop-by-brand v0.1.0
PWA shop-by-brand
Installation
- Create an Empty PWA Studio Project by Scaffolding
cd your_project/srcmkdir @mcxbr- copy module folder to
@mcxbr - 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
- for development:
- 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;- Run the Watch command:
yarn watch.
0.1.0
4 years ago