使用代码编辑组件的npm包

使用代码编辑组件的npm包

文章说明

我将书写的代码编辑组件打包为npm包,下载即可使用,目前是1.0.4版本,虽然功能还有一些bug,但是可以较为简单的使用
npm地址

核心代码

安装依赖

powershell 复制代码
npm i bingbingyihao-editor

然后直接在App.vue中引用即可

html 复制代码
<script setup>
import CodeEditor from "bingbingyihao-editor/components/CodeEditor";
</script>

<template>
  <div class="editor-container">
    <CodeEditor language="html"/>
  </div>
</template>

<style lang="scss">
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.editor-container {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  padding-left: 200px;
}
</style>

运行截图

编辑代码

源码下载

代码编辑组件的Gitee仓库

相关推荐
eason_fan1 天前
从一则内存快照看iframe泄漏:活跃与Detached状态的回收差异
前端·性能优化
狗头大军之江苏分军1 天前
年底科技大考:2025 中国前端工程师的 AI 辅助工具实战盘点
java·前端·后端
编程修仙1 天前
第三篇 Vue路由
前端·javascript·vue.js
比老马还六1 天前
Bipes项目二次开发/硬件编程-设备连接(七)
前端·javascript
掘金一周1 天前
前端一行代码生成数千页PDF,dompdf.js新增分页功能| 掘金一周 12.25
前端·javascript·后端
张就是我1065921 天前
漏洞复现指南:利用 phpinfo() 绕过 HttpOnly Cookie 保护
前端
Kagol1 天前
🎉TinyVue v3.27.0 正式发布:增加 Space 新组件,ColorPicker 组件支持线性渐变
前端·vue.js·typescript
潍坊老登1 天前
大前端框架汇总/产品交互参考UE
前端
方安乐1 天前
获取URL参数如何避免XSS攻击
前端·xss
十二AI编程1 天前
MiniMax M2.1 实测,多语言编程能力表现出色!
前端