vue3-editor-js

0.1.4 • Public • Published

vue3-editor-js

vue3-editor-js is editorjs wrapper component.

At the same time, through vue-demi support for vue2 and vue3,Don't worry about the vue environment.

Please review this first.

Installation

# NPM
npm i vue3-editor-js --save

# or Yarn
yarn add vue3-editor-js

# or Pnpm
pnpm add vue3-editor-js

Usage

// in pages...
import Editor from 'vue3-editor-js'


// in main.js...
import { VueEditor } from 'vue3-editor-js'
const app = createApp(App)
app.use(VueEditor)
app.mount('#app')
<vue-editor ref="editor" :config="config" @change="changeFn" :initEditorMethod="initializedFn"></vue-editor>

Storybook show

Follow-up will also be updated....

Package Sidebar

Install

npm i vue3-editor-js

Weekly Downloads

102

Version

0.1.4

License

none

Unpacked Size

645 kB

Total Files

4

Last publish

Collaborators

  • yangyi_123