STEP-4 Creating ScandiPWA Extension with additional dependencies
PreviousSTEP-3 Accessing Magento 2 Controller, Bypassing ScandiPWA frontendNextSTEP-5 Creating Plugin and Axios request
Last updated
Was this helpful?
Last updated
Was this helpful?
Create scandipwa extension using , for that navigate to your theme folder, and execute scandipwa extension create @scndipwa/vesrion
To add navigate to newly created extensions, and add as a dependency to package.json
3. From them folder execute npm install
Useful Materials