🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

vue-editor-js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-editor-js

vue-editor-js is editorjs wrapper component.

0.1.1
Source
npm
Version published
Weekly downloads
440
102.76%
Maintainers
1
Weekly downloads
 
Created
Source

vue-editor-js

vue-editor-js is editorjs wrapper component.

Please see this first. https://editorjs.io/

Todo

  • Conditionally import plugins
  • Can more specific options for plugin (Image plugin is not working in current :<)
  • Sanitize data
  • Custom Plugin
  • Documentation

Supported Plugins

Installation

npm install --save vue-editor-js

# or Yarn
yarn add vue-editor-js

Usage

// In main.js
// ...
import Editor from 'vue-editor-js'

Vue.use(Editor)
// ...
  <editor
    autofocus
    holder-id="codex-editor"
    save-button-id="save-button"
    :init-data="initData"
    @save="save"
    @ready="onReady"
    @change="onChange"
  />

Enjoy editorjs with Vue.js Project :tada:

How to Contribute?

  • fork this project.
  • edit code.
  • PR

OR

  • Just submit a issue!

Contributors

Keywords

editor

FAQs

Package last updated on 04 Apr 2019

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