Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 435 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 435 Bytes

基于Create-React-App创建的单页面富文本编辑器(tinymce)

可用命令

在项目文件中支持Create-App-React的脚本:

yarn start
yarn test
yarn build
yarn eject
yarn build

tinymce

所需依赖以及模块化导入tinymce

{
"dependencies": {
    "@tinymce/tinymce-react": "^3.5.0",
    "tinymce": "^5.2.0"
  }
}

本地跨域请求设置proxy

"proxy": "http://work.muxi-tech.xyz"