Плагины 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:
- install and use it as a Medusa application;
- or copy its source files into an existing Medusa application.
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 Documentatin
- OpenAPI Spec file: Can be imported into tools like Postman to view and send requests to this project's API routes.