Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mp-vue-editor

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mp-vue-editor

Plugin vue3 editor con ckeditor5

  • 0.0.8
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-86.96%
Maintainers
2
Weekly downloads
 
Created
Source

MP-VUE-EDITOR-VITE

MP plugin plantillas setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

How to use

1.- Install component

$ npm i mp-vue-editor
$ npm i @ckeditor/ckeditor5-vue@4.0.1

2.- In main.js file

import MpTemplatesPlugin from 'mp-vue-editor';
import CKEditor from '@ckeditor/ckeditor5-vue'
import '../node_modules/mp-vue-editor/dist/style.css';
...
aoo.use(CKEditor);
app.use(MpTemplatesPlugin, {
    //Si su proyecto no usa los servicios de primevue true | false
    useServices: true,
    //Si su proyecto no usa las directivas de primevue true | false
    addDirectives: true,
    //Si su proyecto no usa los componentes de primevue true | false
    addPrimeVueComponents: true,
  });

Publicar en npm

  • cambiar version

  • npm run build

  • npm login

  • npm publish

Componentes

  • CKEditorCustom
<CKEditorCustom
  v-model="value"
  :config="configCKeditor"
  :format="{ name: 'letter', width: '290mm', height: '330mm' }"
  orientacion="horizontal"
  top="1cm"
  left="1cm"
  right="1cm"
  bottom="1cm"
  @ready="(editor) => editor">
    <template #header></template>
  </CKEditorCustom>
  • TagList
<TagList :list="listTags" @click-one="(tag) => tag"></TagList>

componentes que soporta primevue

  • PrimeCkEditor (en desarrollo)
<PrimeCkEditor></PrimeCkEditor>

Keywords

FAQs

Package last updated on 25 Aug 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc