<h1 align="center">Markdown Editor built on Vue3</h1>
<p align="center">
<a href="https://npmcharts.com/compare/@kangc/v-md-editor?minimal=true"><img src="https://img.shields.io/npm/dm/@kangc/v-md-editor.svg?sanitize=true" alt="Downloads"></a>
<a href="https://www.npmjs.com/package/@kangc/v-md-editor/v/2.3.16"><img src="https://img.shields.io/npm/v/@kangc/v-md-editor/next.svg?sanitize=true" alt="Version"></a>
<a href="https://www.npmjs.com/package/@kangc/v-md-editor"><img src="https://img.shields.io/npm/l/@kangc/v-md-editor.svg?sanitize=true" alt="License"></a>
</p>
## Links
- [Demo](https://code-farmer-i.github.io/vue-markdown-editor/examples/base-editor.html)
- [Documentation](https://code-farmer-i.github.io/vue-markdown-editor/)
- [中文文档](https://code-farmer-i.github.io/vue-markdown-editor/zh/)
- [国内文档镜像](http://ckang_1229.gitee.io/vue-markdown-editor/zh/)
- [Changelog](https://code-farmer-i.github.io/vue-markdown-editor/changelog.html)
## Communication
qq group: 798884474
## Install
```bash
# use npm
npm i @kangc/v-md-editor@next -S
# use yarn
yarn add @kangc/v-md-editor@next
```
## Quick Start
```js
import { createApp } from 'vue';
import App from 'App.vue';
import VueMarkdownEditor from '@kangc/v-md-editor';
import '@kangc/v-md-editor/lib/style/base-editor.css';
import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js';
import '@kangc/v-md-editor/lib/theme/style/vuepress.css';
VueMarkdownEditor.use(vuepressTheme);
createApp(App).use(VueMarkdownEditor);
```
## Usage
```html
<script setup>
import { ref } from 'vue';
const text = ref('');
</script>
<template>
<v-md-editor v-model="text" height="400px"></v-md-editor>
</template>
```
## Refrence
- [ElementUi Utils clickoutside](https://github.com/ElemeFE/element/blob/dev/src/utils/clickoutside.js)
- [ElementUi Utils resize-event](https://github.com/ElemeFE/element/blob/dev/src/utils/resize-event.js)
- [ElementUi Utils scrollbar-width](https://github.com/ElemeFE/element/blob/dev/src/utils/scrollbar-width.js)
- [ElementUi Scrollbar Component](https://github.com/ElemeFE/element/tree/dev/packages/scrollbar)
- [vuepress-plugin-container](https://github.com/vuepress/vuepress-community/blob/master/packages/vuepress-plugin-container/src/markdown-it-container.ts)
- [vuepress markdown preWrapper](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/markdown/lib/preWrapper.js)
- [vuepress markdown link](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/markdown/lib/link.js)
- [markdown-it-katex](https://github.com/waylonflinn/markdown-it-katex/blob/master/index.js)
- [markdown-it-table-of-contents](https://github.com/Oktavilla/markdown-it-table-of-contents/blob/master/index.js)
- [markdown-it-task-lists](https://github.com/revin/markdown-it-task-lists/blob/master/index.js)
## License
[MIT](https://github.com/code-farmer-i/vue-markdown-editor/blob/dev/LICENSE)
没有合适的资源?快使用搜索试试~ 我知道了~
基于 Vue 构建的 Markdown 编辑器.zip

共304个文件
js:185个
md:51个
vue:35个

1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 167 浏览量
2024-12-02
02:43:12
上传
评论
收藏 411KB ZIP 举报
温馨提示
基于 Vue3 构建的 Markdown 编辑器 链接演示文档中文国内文档更新日志沟通qq群798884474安装# use npmnpm i @kangc/v-md-editor@next -S# use yarnyarn add @kangc/v-md-editor@next快速入门import { createApp } from 'vue';import App from 'App.vue';import VueMarkdownEditor from '@kangc/v-md-editor';import '@kangc/v-md-editor/lib/style/base-editor.css';import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js';import '@kangc/v-md-editor/lib/theme/style/vuepress.css';VueMarkdownEditor.use(vuepressTheme);
资源推荐
资源详情
资源评论



























收起资源包目录





































































































共 304 条
- 1
- 2
- 3
- 4
资源评论


徐浪老师
- 粉丝: 9439
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- (源码)基于Unity引擎的宇宙探险游戏.zip
- 软件工程导论第五版复习重点市公开课金奖市赛课一等奖课件.pptx
- 统考计算机应用基础最新版.doc
- 完美版资料电子商务实习总结范文.doc
- 模拟UNIX文件系统的设计及实现操作系统大作业(含源文件).doc
- 服务与配件销售网络规划报告(PPT).ppt
- 基于Comsol与Matlab的岩石损伤与裂纹扩展数值模拟研究
- 计算机初级等级考试试题.pdf
- 网络营销实务全案重点摘要.pptx
- 解读2022年元宇宙PPT.pptx
- 最新最全广东省中职学生技能大赛图形图像处理竞赛项目题目完整版-doc------.pdf
- 人工智能第6章课后习题参考答案.pdf
- 基于单片机的多功能定时器毕业论文.doc
- 我国医院信息化建设现状和发展趋势专家讲座.pptx
- 网上购物商城网络营销经验分享.pptx
- 探究计算机网络教学中的路由与性能优化策略优秀获奖科研论文.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
