Installing an extension
Working with Magento modules
Install from a local source
{ "scripts": { "postinstall": "scandipwa-scripts link", "postupdate": "scandipwa-scripts link" } }{ "dependencies": { "<package name>": "file:packages/<package name>" } }# For yarn users yarn postinstall # For npm users npm run postinstall
Install with a package manager (beta)
Enable the extension
Install by using scandipwa-cli
scandipwa-cliLast updated