Medusa plugins
Q

Quotation

A starter for Medusa plugins.

Need customizations for this plugin?

Get in touch
npm install @lodashventure/medusa-quotation
Category
other
Built by
lodashventure
Type
unknown
Last updated
3 weeks ago

Medusa v2 Example: Quote Management

This directory holds the code for the Quote Management Guide.

You can either:

Prerequisites

Installation

Copy into Existing Medusa Application

If you have an existing Medusa application, copy the following directories and files into your project:

Then, add the Quote Module to :

module.exports = defineConfig({
// ...
modules: [
{
resolve: "./src/modules/quote",
}
],
})

install dependencies

yarn add lucide-react

Finally, run migrations:

npx medusa db:migrate

More Resources