JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27206F
  • License MIT

Official TinyMCE Vue 3 Component

Package Exports

  • mykeditor
  • mykeditor/lib/cjs/main/ts/index.js
  • mykeditor/lib/es2015/main/ts/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mykeditor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mykeditor

更新

基于@tinymce/tinymce-vue(5.1.1)做以下修改:

  1. 去掉 apiKey
  2. 去掉本地未配 tinymceScriptSrc 时,调用官方远程地址

用法

  • 安装后配置 tinymceScriptSrc 属性,
  • tinymce 程序安装包可放在 public 目录中,
  • tinymceScriptSrc 引用路径正确即可(/public/tinymce/tinymce.min.js)