Плагины Medusa
Q

Quotation

A starter for Medusa plugins.

Нужна доработка этого плагина?

Связаться с нами
npm install @lodashventure/medusa-quotation
Категория
other
Создано
lodashventure
Тип
unknown
Последнее обновление
4 недели назад
Ежемесячные загрузки
528

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

Medusa - Quotation