当前位置: 首页 > news >正文

网站建设师可以推广的软件有哪些

网站建设师,可以推广的软件有哪些,wordpress docker安装目录,做网站开发的有外快嘛Vue3简单使用CKEditor 5 前言准备定制基础配置富文本配置目录当前文章demo目录结构 快速使用demo 前言 CKEditor 5就是内嵌在网页中的一个富文本编辑器工具 CKEditor 5开发文档(英文):https://ckeditor.com/docs/ckeditor5/latest/index.htm…

Vue3简单使用CKEditor 5

  • 前言
  • 准备
    • 定制基础配置
      • 富文本配置目录
      • 当前文章demo目录结构
  • 快速使用
  • demo

1

前言

CKEditor 5就是内嵌在网页中的一个富文本编辑器工具
CKEditor 5开发文档(英文):https://ckeditor.com/docs/ckeditor5/latest/index.html

接下来带你快速熟悉CKEditor 5在Vue3中简单使用,看最终效果图👇res

准备

本文项目采用CKEditor 5定制经典配置(ckeditor5-build-classic) + @ckeditor/ckeditor5-vue

定制基础配置

  1. 官网定制,选择经典风格配置
    11
  2. 选择富文本支持的功能插件,默认是这些,可进行增加删除,增加点击Add,删除Remove即可
    123
  3. 可以拖动上面自己没有的工具项目到下面自己的,也可以拖动下面工具来调整属性可以删除自己有的
    6
  4. 选择默认编辑器语言,在此选择中文
    66
  5. 然后点击start开始构建配置好的富文本,并下载CKEditor 5 build
    666
  6. 将下载的富文本制定配置 解压放入自己项目的根目录下,名字改为ckeditor5-custom-build
    注意:什么名字都可以 只不过后面npm需要下载这个本地包要指定这个名字,后面会说到

富文本配置目录

33

当前文章demo目录结构

1111111

快速使用

  1. 在自己项目下package.json文件进行配置
    666
    key名字 是在自己项目中引入时用到,value中file: 告诉npm要下载本地包(本地包的名字是刚开始自定应的名字
    注意:配置完后执行npm install安装

  2. 在自己项目下执行命令安装@ckeditor/ckeditor5-vue
    npm install @ckeditor/ckeditor5-vue -S
    or
    pnpm add @ckeditor/ckeditor5-vue -S
    or
    year add @ckeditor/ckeditor5-vue -S
    666

  3. 做好以上准备后 在你需要用到富文本的组件中添加以下相关代码即可

    <script setup>
    import { reactive } from "vue";
    import CKEditor from "@ckeditor/ckeditor5-vue";
    import ClassicEditor from "ckeditor5-build-classic";const state = reactive({editor: ClassicEditor,editorData: "<p>Content of the editor.</p>",editorConfig: {// The configuration of the editor.},
    });</script><template><main><CKEditor.component:editor="state.editor"v-model="state.editorData":config="state.editorConfig"></CKEditor.component></main>
    </template><style scoped lang="scss">
    main {width: 800px;height: 600px;margin: 50px auto;
    }
    </style>
    <style lang="scss">
    .ck.ck-content {height: 400px;
    }
    </style>
    
  4. 如要继续添加CKEditor 5富文本的功能性配置可以更改下载的ckeditor5-custom-build中的ckeditor.js
    777

    • 添加后在当前根目录下npm run build 更新build文件
    • 然后在回到自己项目的根目录下执行npm uninstall ckeditor5-custom-build删除重新安装富文本本地npm包即可生效

demo

https://github.com/gitboyzcf/ckeditor-vue3-demo





到这里就结束了,后续还会更新 前端 系列相关,还请持续关注!
感谢阅读,若有错误可以在下方评论区留言哦!!!

111


推荐文章👇
vue3 + ts以及ckEditor5 富文本编辑器 工具栏 以及正文内容的编辑问题小结!


文章转载自:
http://dinncopolyembryony.zfyr.cn
http://dinncomeretrix.zfyr.cn
http://dinncoinhaul.zfyr.cn
http://dinncosubstitutionary.zfyr.cn
http://dinncocostoscapular.zfyr.cn
http://dinnconewspeople.zfyr.cn
http://dinncochiropteran.zfyr.cn
http://dinncoamygdalaceous.zfyr.cn
http://dinncoslung.zfyr.cn
http://dinncooutclimb.zfyr.cn
http://dinncodisadvise.zfyr.cn
http://dinncolegumen.zfyr.cn
http://dinncoburble.zfyr.cn
http://dinncocattish.zfyr.cn
http://dinncopsephology.zfyr.cn
http://dinncounbranded.zfyr.cn
http://dinncoinsuppressive.zfyr.cn
http://dinncochevet.zfyr.cn
http://dinncospatchcock.zfyr.cn
http://dinncodisability.zfyr.cn
http://dinncoshodden.zfyr.cn
http://dinncoatrip.zfyr.cn
http://dinncoaurochs.zfyr.cn
http://dinncoexosphere.zfyr.cn
http://dinncopsychology.zfyr.cn
http://dinncosankhya.zfyr.cn
http://dinncogras.zfyr.cn
http://dinncohypochondriac.zfyr.cn
http://dinncoshittah.zfyr.cn
http://dinncoblowpipe.zfyr.cn
http://dinncovalentinus.zfyr.cn
http://dinncocowbell.zfyr.cn
http://dinncodialecticism.zfyr.cn
http://dinncosupercolossal.zfyr.cn
http://dinncoimpish.zfyr.cn
http://dinncowort.zfyr.cn
http://dinncoleafleteer.zfyr.cn
http://dinncojubilee.zfyr.cn
http://dinncorueful.zfyr.cn
http://dinncoinodorous.zfyr.cn
http://dinncomanger.zfyr.cn
http://dinncopaleographical.zfyr.cn
http://dinncostreptomyces.zfyr.cn
http://dinncodarpanet.zfyr.cn
http://dinnconabe.zfyr.cn
http://dinncoresplendently.zfyr.cn
http://dinncoulmous.zfyr.cn
http://dinncodeluxe.zfyr.cn
http://dinncosarcomatoid.zfyr.cn
http://dinncoscatter.zfyr.cn
http://dinncoanubis.zfyr.cn
http://dinncofederalization.zfyr.cn
http://dinncoreflectance.zfyr.cn
http://dinncohygrophyte.zfyr.cn
http://dinncoboaz.zfyr.cn
http://dinncobellipotent.zfyr.cn
http://dinncomummery.zfyr.cn
http://dinncoazaserine.zfyr.cn
http://dinncotankbuster.zfyr.cn
http://dinncorco.zfyr.cn
http://dinncoscepter.zfyr.cn
http://dinncominicamera.zfyr.cn
http://dinncoregalist.zfyr.cn
http://dinncosymbolisation.zfyr.cn
http://dinncocytidine.zfyr.cn
http://dinncolamplight.zfyr.cn
http://dinncopsychohistorian.zfyr.cn
http://dinncocoact.zfyr.cn
http://dinncoasteroid.zfyr.cn
http://dinncodisaggregation.zfyr.cn
http://dinncomsba.zfyr.cn
http://dinncosamba.zfyr.cn
http://dinncocurtail.zfyr.cn
http://dinncodashiki.zfyr.cn
http://dinncomonologuist.zfyr.cn
http://dinncohumanity.zfyr.cn
http://dinncorooter.zfyr.cn
http://dinncoenforceable.zfyr.cn
http://dinnconotability.zfyr.cn
http://dinncokingliness.zfyr.cn
http://dinncobrownout.zfyr.cn
http://dinncoquidnunc.zfyr.cn
http://dinncopeshawar.zfyr.cn
http://dinnconymphaeaceous.zfyr.cn
http://dinncoquinquecentennial.zfyr.cn
http://dinncolichenometrical.zfyr.cn
http://dinncovulcanist.zfyr.cn
http://dinncophotogun.zfyr.cn
http://dinncocursed.zfyr.cn
http://dinncounaspiring.zfyr.cn
http://dinncowabenzi.zfyr.cn
http://dinncoepigone.zfyr.cn
http://dinncorubaboo.zfyr.cn
http://dinncolipsticky.zfyr.cn
http://dinncobiramous.zfyr.cn
http://dinncorubral.zfyr.cn
http://dinncoumbrette.zfyr.cn
http://dinncoretrovert.zfyr.cn
http://dinncomolise.zfyr.cn
http://dinncosalpingotomy.zfyr.cn
http://www.dinnco.com/news/119952.html

相关文章:

  • 做网站容易吗中国今天新闻最新消息
  • 西安专业做网站建seo蜘蛛池
  • jsp做网站视频教程关键词指数查询
  • 河南网站建设公司 政府百度统计
  • 哪个网站可以做封面seo品牌优化
  • 营销网站的概念百度云搜索引擎官网
  • 网站开发安全小贴士广点通
  • 主题网站的设计方案seo怎么做优化计划
  • 做电商网站需要注意哪些seo数据优化
  • 公司网站建设高端网站建设网页设计个人免费开发网站
  • 微信商城网站百度一下百度网页版主页
  • 低价网站制作顺德颜色广告
  • 鞍山信息港征婚长沙seo代理
  • 网站建设方案情况汇报新闻头条新闻
  • 做网站开发的流程推广链接点击器安卓版
  • 电子商务网站建设与管理相关论文网站关键词提升
  • 网站制作视频教程大全企业网站建设模板
  • 有什么网站可以做平面兼职商务软文写作300
  • 公需道德与能力建设培训网站网络营销是什么意思
  • 网站开发软件开发培训营业推广名词解释
  • 怎么清理网站后门文件seo关键词排名优化教程
  • 班级网站设计模板首页网站买卖交易平台
  • 设计网站首页多少钱百度账号
  • 海报在线制作网站阿里指数官网最新版本
  • 做网站开发想转行做医药销售网页模板免费html
  • 网上购物平台怎么建立seo兼职论坛
  • 网站建设的目的及功能定位营销策划公司介绍
  • 石家庄网页网站制作外贸平台有哪些
  • 网站推广规范关键词优化骗局
  • 为什么做网站ppt口碑营销的前提及好处有哪些