Medusa plugins
Q
Quotation
A starter for Medusa plugins.
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:
- 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.