The best WYSIWYG rich text
editor for Vue
Trusted by 1.5M developers. Used in 100M+ apps.
No matter the project, TinyMCE Vue works best
Vue rich text editor is
a lightweight feature-rich
WYSIWYG HTML editor
Can be added to any kind of Vue project
The Vue editor lets you build custom content creation
and editing experiences within your application
Why use TinyMCE as
your Vue rich text
editor?
TinyMCE is a JavaScript-based rich text editor that lets you add advanced editing capabilities to your Vue project.
Using our purpose-built Vue integration, take advantage of out-of-the-box features, or build your own content creation experience with virtually infinite customizations.
- Lightweight, fast, and easy to use
- Quick setup with NPM or Yarn
- Self-host or load from the Cloud
- Stress-free maintenance and updates
- Free editor core with premium upgrades
- Fully customizable UI
- 50+ plugins for advanced content creation, collaboration and compliance
- Allows value binding and event binding
- Easy extensibility with 400+ APIs
- Actively maintained and improved
- Community and professional support
Add TinyMCE as your
Vue WYSIWYG editor
It's easy. And trusted by 1.5M devs.
1<template>
2<div id="app">
3 <img alt="Vue logo" src="./assets/logo.png">
4 <editor
5 api-key="no-api-key"
6 :init="{
7 height: 500,
8 menubar: false,
9 plugins: [
10 'a11ychecker','advlist','advcode','advtable','autolink','checklist','export',
11 'lists','link','image','charmap','preview','anchor','searchreplace','visualblocks',
12 'powerpaste','fullscreen','formatpainter','insertdatetime','media','table','help','wordcount'
13 ],
14 toolbar:
15 'undo redo | casechange blocks | bold italic backcolor | \
16 alignleft aligncenter alignright alignjustify | \
17 bullist numlst checklist outdent indent | removeformat | a11ycheck code table help'
18 }"
19 initial-value="Welcome to TinyMCE Vue"
20 />
21</div>
22</template>
23
24<script>
25import Editor from '@tinymce/tinymce-vue'
26
27export default {
28name: 'app',
29components: {
30 'editor': Editor
31}
32}
33</script>
TinyMCE Vue integration docs
Trusted by developers

✨ I found out ~50% of my support tickets on remoteok.com were about Markdown issues:
- non-tech people don't understand it
- format is inconsistent
- buggy if complex like * a list with **bold text**
So I now switched to TinyMCE which is HTML: tiny.cloud

We tried many other #tools and we finally decided to go with @tinymce, simply because you're the best.

I'm beginning to love @tinymce more and more. Been exploring its features since morning...

Thanks! I tried many other tools - all open-source and came to the conclusion that many people may disagree with.
I decided to go with TinyMCE not because it's open-source but because they have a commercial license what may mean they will fix bugs and add great features faster.
TinyMCE Vue integration
compatibility
Our Vue text editor is regularly updated
and actively maintained
Versions 4, 5, 6
+
Versions 2, 3
Browsers
Deployment type
All the WYSIWYG
features users love
Supercharge your Vue text editor with
state-of-the-art editor functionality
Clean copy-and-paste
- Cleanly copy-pastes content from Word, Excel and Google Docs
- Option to strip or preserve advanced formatting
- Underlying HTML code doesn't break
- 99.9% accuracy rate

Vue editable tables
- Advanced sorting and table functionality
- Looks and feels like the most popular spreadsheet tools
- Delivers familiarity combined with advanced features

Vue HTML code editor
- Switch between editing rich text content and the underlying HTML with the click of a button
- Color syntax highlighting, search and replace, bracket matching, code folding, and multiple selections
- Allows developers and power users to jump in and edit the code behind the content

Vue inline text editor
- Inline editing mode hides controls until the editor is selected or active
- Allows for a minimal editor UI within your app
- Full-editor and distraction-free modes also available

Vue image editor
- Flip, rotate, crop, resize and apply filters within the editor
- Modify images to fit content without leaving the browser
- Replaces the need for other image editing software

Looking for projects that
TinyMCE can be used for?
Access use-case specific starter configsto kickstart your rich text editing project
Ready to use TinyMCE for
your project?
Get a quoteTinyMCE FAQs
What is the best rich text editor for Vue?
TinyMCE is the best rich text editor for Vue trusted by many developers with an official component that provides extensive customization options, clean and intuitive UI, fast installation speed, and highly detailed documentation.
How to add WYSIWYG editor to Vue?
In order to add WYSIWYG editor to Vue, you can follow a simple step-by-step process:
- Install TinyMCE's Vue integration through NPM, Yarn, Cloud CDN or Zip download.
- Import the library in your Vue App file, and create a new instance of the editor.
- Customize the editor by adding plugins, setting options, or styling the UI as needed.
- Add any additional logic, such as saving or loading the editor content or handling user input.
Why should you choose TinyMCE Vue rich text editor?
TinyMCE is an excellent choice for your Vue rich text editor because of its quick and easy setup, fully customizable UI, productivity, compliance, and collaboration capabilities, and first-party Vue integration.
What is the price for TinyMCE Vue WYSIWYG editor?
Under the MIT open source license, TinyMCE and its Vue framework integration are completely free. At an additional cost, advanced functionality and support are offered.
Does the TinyMCE Vue rich text editor have copy and paste functionality?
Yes. TinyMCE has a feature called PowerPaste, which retains formatting and cleans the HTML copied from Word, Excel and Google Docs with 99.9% accuracy.
Does the TinyMCE Vue rich text editor have text formatting and styling functionality?
Yes. TinyMCE includes all of the functions that your users would come to expect from a word processor.
One of the most trusted and downloaded components for 20+ years
Frameworks
12+ frameworks and 400+ flexible APIs
Easily integrates into your tech stack and enhances your editing experience. 7 first-party and 5 third-party endorsed integrations that make development easier
Hosting
Get TinyMCE two ways Cloud-based or Self-hosted
Get a Free API key to use TinyMCE from the Cloud or Download the SDK for use in your Self-Hosted application
Customization
Modify TinyMCE to suit custom use cases
Developers have full source code control for endless customizations
- Out-of-the-box
- UI customisation
- API customisation