Building blocks for digital commerce
This starter is compatible with versions >= 2.4.0 of @medusajs/medusa
.
Install
Run the following command to install the plugin with npm:
npm install --save medusa-plugin-editorjs
Or with yarn::
yarn add medusa-plugin-editorjs
Add in medusa-config.ts
import { loadEnv, defineConfig } from '@medusajs/framework/utils'
loadEnv(process.env.NODE_ENV || 'development', process.cwd())
module.exports = defineConfig({
projectConfig: {...},
plugins: [
{
resolve: "medusa-plugin-editorjs",
options: {},
},
],
})
Run
npx medusa db:migrate
Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.
Learn more about Medusa’s architecture and commerce modules in the Docs.
The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.
Join our Discord server to meet other community members.