JSPM

medusa-plugin-dashboard

0.1.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 22
    • Score
      100M100P100Q62924F
    • License MIT

    See sales, activity and actions at a glance.

    Package Exports

    • medusa-plugin-dashboard
    • medusa-plugin-dashboard/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (medusa-plugin-dashboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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

    Before installing the Medusa Plugin Dashboard, ensure that you have the Medusa backend set up. You can find the installation guide for the Medusa backend here.


    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,
        },
      },
    ]