# articleEditor **Repository Path**: menyin0/articleEditor ## Basic Information - **Project Name**: articleEditor - **Description**: 一个用于h5网页的tinymce富文本编辑器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-16 - **Last Updated**: 2024-02-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # articleEditor #### 介绍 一个用于h5网页的tinymce富文本编辑器 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 安装tinymce ``` yarn add tinymce@5.4.1 -S ```[README.en.md](README.en.md) ### 安装tinymce-vue ``` yarn add @tinymce/tinymce-vue@2.1.0 -S ``` 下一步完成插入电话等便捷插件, 完成富文本敏感过滤、不同角色操作限制 添加部署文档