Visit pinelab-plugins.com for official docs and examples.
Contributions welcome! Check out our Contribution guidelines
yarn
in the root of the repository will install all dependencies of each plugin (using yarn workspaces)- You can now
yarn build
and/oryarn test
in 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 packages
wget https://github.com/vendure-ecommerce/plugin-template/zipball/master.zip
unzip master
rm master
- Follow the README in
vendure-ecommerce-plugin-tempalte-xxxx