create-scandipwa-app
setup considers having BE and FE of your application completely separated.create-scandipwa-app
plugin system.packages/
directory inside of your theme's root.packages/<package name>
directory. Make sure that you have a packages/<package name>/package.json
file present alongside all the other extension's contents, that means that you have unpacked the extension correctly. Note: <package name>
can also include publisher, @scandipwa/paypal
is a valid package name.scripts
section of your theme's package.json
file. This is necessary for your package to be symlinked into the node_modules
directory of your theme after manipulations with dependenciesnpm
and yarn
.r.scandipwa.com
.npmrc
file inside of your project's root directory, neighboring to the package.json
file. The .npmrc
file should be created even if you are using yarn
.yarn.lock
or package-lock.json
will contain all the necessary datapackage.json
file. You may turn it off by changing true
to false
in the corresponding extensions
block's entry.scandipwa-cli
npm
with the scandipwa-cli
package, by using scandipwa extension install
command.