0.1.4 • Published 2 years ago

vue3-editor-js v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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....

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago