0.1.0 • Published 2 years ago

@mcxbr/layered-navigation v0.1.0

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

PWA ILN

Magento backend options:

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/layered-navigation
    • for production: yarn add file:src/@mcxbr/layered-navigation

  6. Add call extend-intercept.js to local-intercept.js. Example:
const amILNIntercept = require('@mcxbr/layered-navigation/targets/extend-intercept');

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

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

2 years ago