Skip to content

alessandroglave/vendure-plugin-related-products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Related Products Vendure plugin

This plugin allows the store owner to add related products.

Documentation

Install

yarn add vendure-plugin-related-products

or

npm install vendure-plugin-related-products

Register plugin in your Vendure config

import { RelatedProductsPlugin } from vendure-plugin-related-products;

//...

plugins: [
  RelatedProductsPlugin
]

Generate and run migration

yarn migration:generate RelatedProducts
yarn migration:run

or

npm run migration:generate RelatedProducts
npm run migration:run

Preview

Admin UI

Related Products Vendure plugin

GraphQL

Related Products Vendure plugin

Credits

This repo is based on Vendure Plugin Template

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published