New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ckeditor5-cb-mp-editor

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor5-cb-mp-editor

A custom CKEditor 5 build made by the CKEditor 5 online builder No support markdown.

0.1.1
latest
npm
Version published
Weekly downloads
25
38.89%
Maintainers
2
Weekly downloads
 
Created
Source

CKEditor 5 editor para mp editor

Este repositorio presenta un CKEditor 5 editor compilado generado por Online builder tool, ademas de añadir plugins personalizados antes de su publicación en npm para el uso por MP VUE EDITOR, no soporta Markdown.

Inicio rápido

  • instale la dependencia.
npm i ckeditor5-cb-mp-editor
  • Usar el editor
// importar en el lugar donde desea utilizarlo
import { Editor } from 'ckeditor5-cb-mp-editor'

<!-- ejemplo con Vue -->
<template>
  ...
  <ckeditor v-model="?" :editor="Editor" :config="?" @ready="?"/>
  ...
</template>

Previsualización

  • abrir el archivo sample/index.html en el navegador.

Compilación y publicación

Antes de compilar y publicar revise la version en package.json en incremente

npm install -D
npm run build
npm publish

FAQs

Package last updated on 17 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts