vendure-fulfillment-plugin
v1.3.5
Published
- A Fulfilment dashboard where each channel/shop can check their own dashboard to view critical information in order to successfully process day to day orders (delivery, collection and preparations)
Maintainers
Readme
Vendure Fulfillment Dashboard Plugin
- A Fulfilment dashboard where each channel/shop can check their own dashboard to view critical information in order to successfully process day to day orders (delivery, collection and preparations)
Getting Started
- And then add this to your
vendure-config.ts.
import { VendureFulfillmentsDashboardPlugin } from 'vendure-plugin-fulfillment-dashboard';
plugins: [VendureFulfillmentsDashboardPlugin];- Make sure to run database migrations after updating your
vendure-config.ts - Make sure your google api key is in .env file with the key
API_KEY
