/* v-md-editor 编辑器 start *//* 1、v-md-editor 基础引用 */importVueMarkdownEditor from'@kangc/v-md-editor';import'@kangc/v-md-editor/lib/style/base-editor.css';importvuepressTheme from'@kangc/v-md-editor/lib/theme/vuepress.js';import'@kangc/v-md-editor/lib/theme/style/vuepress...
1、VUE3 2、elementplus 3、富文本编辑器采用 vue-quill-editor 和 tinymce 两种 可以自行选择 安装教程 cd frontend npm install --registry=https://registry.npmmirror.com 说明:node版本尽量选择低版本,目前开发使用的为node:v16.17.0 使用说明 调试开发直接运行: ...