代码已上传至github
仓库地址:https://github.com/cooj/tinymce-vue3
Demo:https://cooj.github.io/tinymce-vue3/
tinymce官网及文档:https://www.tiny.cloud/
tinymce中文文档:http://tinymce.ax-z.cn/
tinymce-vue在github上的项目:https://github.com/tinymce/tinymce-vue
在vue3.0+中使用tinymce及实现多图上传,文件上传等功能:https://www.cnblogs.com/huihuihero/p/13877589.html
安装所需的模块包
npm install
运行项目
npm run serve
打包项目
npm run build