vendure-plugin-related-products
v0.1.0
Published
Vendure Plugin which allows the store owner to add related products
Readme
Related Products Vendure plugin
This plugin allows the store owner to add related products.
Documentation
Install
yarn add vendure-plugin-related-productsor
npm install vendure-plugin-related-productsRegister plugin in your Vendure config
import { RelatedProductsPlugin } from vendure-plugin-related-products;
//...
plugins: [
RelatedProductsPlugin
]Generate and run migration
yarn migration:generate RelatedProducts
yarn migration:runor
npm run migration:generate RelatedProducts
npm run migration:runPreview
Admin UI

GraphQL

Credits
This repo is based on Vendure Plugin Template
