medusa-plugin-dashboard

0.1.6 • Public • Published

Medusa Plugin Dashboard made by SpearDevs

Medusa Plugin Dashboard by 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-dashboard

2. In medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // ...
  {
    resolve: `medusa-plugin-dashboard`,
    options: {
      enableUI: true,
    },
  },
]

Package Sidebar

Install

npm i medusa-plugin-dashboard

Weekly Downloads

51

Version

0.1.6

License

MIT

Unpacked Size

108 kB

Total Files

32

Last publish

Collaborators

  • ikkevoid
  • codeweld