当前位置:网站首页>在vscode里面使用tinymce富文本编辑器
在vscode里面使用tinymce富文本编辑器
2022-07-20 02:11:00 【算法与编程之美】
问题
在vue里需要用到tinymace富文本编辑器,如何去进行安装。
方法
- 在浏览器中搜索tinymce,官方网站为英文网站
(官方网站地址:https://www.tiny.cloud/get-tiny/self-hosted/)
2.进入官网以后先点击上面的Docs选项,后选择最下面的Get TinyMCE Free
3.进入网页以后选择Download,跳转到最新版本页。但是我们为了更好的进行开发,我们则需要下载之前的版本,所以点击here跳转页面。
4.我们则需要点击页面的第4版本,右边的插件都可以选择下载,但是需要把最后Options内容取消掉,要不然以后将会把所有的文件打包到一个js文件夹里,然后点击Download.并将下载下来的压缩包解压到自己电脑的文件夹内。
5.打开vscode中的自己项目,单击右键将public在文件资源管理器中显示,打开public文件夹,将下载好的tinymce文件夹复制到里面去,则tinymce富文本编辑器则安装好。
6.打开public文件夹,打开其中的index.html,在里面引入<script></script>标签,在标签的双引号中路径应该用上面的内容拼接上文件夹目录名,然后就可以直接使用了。
3结语
当在vscode里面创造vue文件时最好选择2.0版本,它可以向上兼容。
边栏推荐
- 快速排序及优化
- 元宇宙的发展也是一个逐渐成为人们的生产和生活方式的过程
- Miller gingival recession and mucogingival junction
- Tutorial on principles and applications of database system (030) -- data integrity of MySQL (III): defining unique constraints
- The stock problem was wiped out
- 中职网络安全技能大赛P100-漏洞检测
- Classes and objects (top)
- Visio使用
- 网络安全—综合渗透测试-CVE-2018-10933-libssh维持访问
- PHP(1)
猜你喜欢
acwing 867. 分解质因数
网络安全—综合渗透测试-CVE-2019-7238-Nexus远程代码执行
JSP自定义标签(一篇学会,每一行代码都有注释)
Vivo official website app full model UI adaptation scheme
Visio使用
十分钟生成影视级室内设计效果,红星美凯龙设计云如何升级传统家居行业
Blurred photos, second high-definition big picture, flying propeller ppde takes you to reproduce the image restoration model cmfnet
Unity:测试旋转 函数
力扣刷题26. 删除有序数组中的重复项
Explain the RDB and AOF of redis in detail
随机推荐
Summer vacation safety second assignment
力扣刷题238.除自身以外数组的乘积
Solution of univariate cubic equation of Luogu p1024 [noip2001 improvement group]
Tutorial on the principle and application of database system (024) -- MySQL modifying the structure of data tables
Dix minutes pour générer un effet de design intérieur de qualité film et télévision, comment mettre à niveau l'industrie de la maison traditionnelle avec Red Star McLaren Design Cloud
cannot import name ‘import_string‘ from ‘werkzeug‘【bug解决】
【Golang】golang实现发送微信服务号模板消息
消息队列——消息队列入门
Tutorial on principles and applications of database system (023) -- Summary of various methods of creating data tables in MySQL
数据库系统原理与应用教程(024)—— MySQL 修改数据表的结构
acwing 872. 最大公约数
Tutorial on principles and applications of database system (033) -- data integrity of MySQL (VI): not NULL constraint
acwing 869. Try division to find divisor
acwing 867. 分解质因数
Redux 原理
LeetCode.1252. 奇数值单元格的数目___简单模拟 / 行列数组+排列组合
网络安全—综合渗透测试-CVE-2018-10933-libssh漏洞分析
快速排序及优化
数据库系统原理与应用教程(022)—— MySQL 支持的数据类型总结
已解决No module named ‘flask_misaka‘【BUG解决】