# xiao-you-editor **Repository Path**: fuyouplus/xiao-you-editor ## Basic Information - **Project Name**: xiao-you-editor - **Description**: 一款用于生成花里胡哨博客内容的编辑器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://xiao-you-editor-docs.netlify.app - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2022-06-10 - **Last Updated**: 2025-08-07 ## Categories & Tags **Categories**: text-editor **Tags**: vue3, plugin ## README # XiaoYouEditor # Description 一个适用于 Vue3 的内容编辑器插件 ## 下载插件 > 执行以下命令下载插件
> npm i xiao-you-editor
## 引入安装插件 ```js import { createApp } from "vue" import App from "./App.vue" import xiaoYouEditor from "xiao-you-editor" createApp(App).use(xiaoYouEditor).mount("#app") ``` > 安装完成后将会在注册一个全局组件 `` > 更多的使用方法请前往官方使用文档查看 https://fuyouplus.gitee.io/xiao-you-editor-docs/