vue-prosemirror-2
Plugin to integrate prosemirror with Vue 2
Usage
Vue // eslint-disable-line no-new, el: '#app'
This installs the component, which can be used as...
parameter | values |
---|---|
mode |
all , editor , markdown |
initial-markdown |
binding :initial-markdown="someVar" , as string: initial-markdown="**text**" |
Build Setup
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# lint all *.js and *.vue filesnpm run lint# run unit testsnpm test
For more information see the docs for vueify.