1.1.0-alpha.5 • Published 2 years ago

@semic/plugin-promotion v1.1.0-alpha.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Vendure promotion Plugin

This is a plugin for the Vendure e-commerce framework designed for recording emails and phones for subscriptions/newsletter.

After banner of your vendure project, you can just use this plugin via npm install:

npm install @semic/plugin-promotion

and then include it to vendure-config file as below:

import { SemicPromotionPlugin } from "@semic/plugin-promotion";
...
export const config: VendureConfig = {
  ...
  plugins: [
    ...,
	  SemicPromotionPlugin
  ]
}