Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
V

vue-quill

> 前端框架
Open source

Rich Text Editor Component for Vue 3.

1.3K stars0 likes0 views
WebsiteGitHub

About

Rich Text Editor Component for Vue 3.

VueQuill

Rich Text Editor Component for Vue 3.

See a Live Demo

Overview

VueQuill is a Vue 3 component for building rich text editors with Quill.

  • Built With Vue 3: More powerful and performant framework than ever before.
  • ‍♂️ Fully TypeScript: VueQuill source code is written entirely in TypeScript.
  • ️ Easy To Use: Straightforward implementation through a simple API.
  • Quill 2 Ready: Includes Quill 2 as a dependency and exposes the underlying Quill instance when you need it.
  • ️ SSR Friendly: Can be imported in Vue SSR applications and initializes Quill in the browser.

Quick Start

Install VueQuill with your package manager:

npm install @vueup/vue-quill@latest
# or
yarn add @vueup/vue-quill@latest
# or
pnpm add @vueup/vue-quill@latest

Use the component in a Vue single-file component and import the theme stylesheet you want:


  

That is enough for a basic editor. Remember to import a theme stylesheet (snow or bubble) and set content-type when binding HTML or plain text content.

Documentation

  • Guide
    • Introduction
    • ⚙️ Installation
    • Usage
    • Themes
    • Toolbar
    • Modules
    • ️ Options
    • ️ Server-Side Rendering
  • APIs
    • Props
    • ⚡ Events
    • Methods
    • Slots
    • ↗️ Export

Contributing

Pull requests are welcome. For major changes, please create a new discussion first about what you would like to change.

License

MIT

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScripteditorquilltext-editorvue

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category前端框架
PricingOpen source

> Related tools

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架