文件名称:jodit-vue:Jodit编辑器的Vue包装器
文件大小:210KB
文件格式:ZIP
更新时间:2024-05-18 13:07:22
editor wrapper vue wysiwyg vue2
乔迪特·维(Jodit Vue) Vue Wrapper 如何使用 安装Jodit Vue : npm install jodit-vue --save // or with Yarn yarn add jodit-vue 导入并使用 由于此组件只是包装器,因此,如果您使用的是vue-cli来创建应用程序,则需要在应用程序中包含Jodit编辑器的css才能正常工作,或者可以直接导入它,或者使用其他构建系统使用Jodit编辑器软件包提供的css文件添加一个link标记。 import 'jodit/build/jodit.min.css' import Vue from 'vue' import JoditVue from 'jodit-vue' Vue . use ( JoditVue ) 代替使用Vue.use(JoditVue)您可以在本地使用该组件 < template>
【文件预览】:
jodit-vue-master
----rollup.config.js(2KB)
----yarn.lock(526KB)
----.eslintrc.js(210B)
----src()
--------wrapper.js(523B)
--------JoditEditor.vue(1KB)
----babel.config.js(156B)
----example()
--------main.js(191B)
--------App.vue(1KB)
----LICENSE(1KB)
----jest.config.js(778B)
----README.md(8KB)
----.editorconfig(118B)
----tests()
--------.eslintrc.js(50B)
--------index.spec.js(1KB)
----.gitignore(223B)
----.eslintignore(6B)
----package.json(2KB)