medusa-plugin-editorjs

0.0.3 • Public • Published

Medusa logo

Medusa EditorJS Plugin

Building blocks for digital commerce

PRs welcome! Product Hunt Discord Chat Follow @medusajs

Compatibility

This starter is compatible with versions >= 2.4.0 of @medusajs/medusa.

Getting Started

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

What is Medusa

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.

Community & Contributions

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.

Other channels

Package Sidebar

Install

npm i medusa-plugin-editorjs

Weekly Downloads

4

Version

0.0.3

License

MIT

Unpacked Size

40.6 kB

Total Files

21

Last publish

Collaborators

  • nexthis