Category

Analytics

Version

0.0.2

Last updated

Mar 29, 2024, 14:43:53 PM4 months ago

Medusa Plugin Dashboard by Assalas com feat SpearDevs

The Medusa Plugin Dashboard streamlines your e-commerce tracking and management through a single, easy-to-use interface.

Features

  • Sales Overview: Keep track of your daily revenue, orders, and average order value with our sales graph.
  • Activity Feed: Stay updated with the latest customer purchases on your store.
  • Actionable Insights: Quickly identify orders to fulfill, shipments to send out, stock levels, returns, and swaps to manage.

Prerequisites

Ensure that you have the Medusa backend set up. You can find the installation guide for the Medusa backend here.
Enable categories

How to Install

1. Run the following command in the directory of the Medusa backend:
npm install medusa-plugin-custom-dashboard
OR
yarn add medusa-plugin-custom-dashboard
2. In Copy to clipboardmedusa-config.js add the following at the end of the Copy to clipboardplugins array:
const plugins = [
// ...
{
resolve: `medusa-plugin-custom-dashboard`,
options: {
enableUI: true,
},
},
];

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.