Skip to content

Monorepo for different Vendure plugins developed by Pinelab

Notifications You must be signed in to change notification settings

iLudolf/pinelab-vendure-plugins

 
 

Repository files navigation

code style: prettier lerna

Pinelab Vendure plugins

Visit pinelab-plugins.com for official docs and examples.

Development

Contributions welcome! Check out our Contribution guidelines

Upgrading Vendure version

Follow these steps to upgrade the vendure version of all plugins at once.

  1. Create and checkout a new branch like feat/vendure-1.7.1
  2. Upgrade all Vendure dependencies by running yarn upgrade:vendure
  3. Create a PR to merge into master

Create a new plugin

  1. cd packages
  2. wget https://github.com/vendure-ecommerce/plugin-template/archive/refs/heads/master.zip
  3. unzip master.zip
  4. rm master.zip
  5. Follow the README in plugin-template-mater

About

Monorepo for different Vendure plugins developed by Pinelab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%