Visit pinelab-plugins.com for official docs and examples.
Contributions welcome! Check out our Contribution guidelines
yarnin the root of the repository will install all dependencies of each plugin (using yarn workspaces)- You can now
yarn buildand/oryarn testin each plugin
yarn add -D -W --ignore-engines sharp in the root when you are seeing errors related to sharp during startup: Could not load the "sharp" module using the linux-x64 runtime.
Follow these steps to upgrade the vendure version of all plugins at once.
- Create and checkout a new branch like
feat/vendure-1.7.1 - Upgrade all Vendure dependencies by running
yarn upgrade:vendure - Create a PR to merge into
main
cd packageswget https://github.com/vendure-ecommerce/plugin-template/zipball/master.zipunzip masterrm master- Follow the README in
vendure-ecommerce-plugin-tempalte-xxxx