Плагины Medusa
C
Campaign
A starter for Medusa plugins.
npm install @lodashventure/medusa-campaign
Категория
other
Создано
lodashventure
Тип
unknown
Последнее обновление
4 недели назад
Ежемесячные загрузки
533
Medusa Plugin Campaign
How to install
- add the plugin to your medusa backend
yarn add medusa-campaign
- configure your medusa backend
module.exports = defineConfig({// ... rest of the configplugins: [// ... rest of the plugins{resolve: "medusa-campaign",options: {},},],});
- run the migrations in your medusa core backend
yarn medusa db:migrate
- all done now just start your medusa backend or whatever you use to start your backend