Tiny Logo
14-day Cloud trial
Start today. For free.

One editor. 50+ features. Zero constraints. After your trial, retain the advanced features.

Try Professional Plan for FREE
PricingContact Us
Log InGet Started Free

The best WYSIWYG Vue rich text editor

Trusted by 1.5M+ developers. Used in 100M+ apps.
No matter the project, TinyMCE Vue works best

Get TinyMCE FREEExplore Premium Plans
Tiny Logo
TinyMCE toolbar menu

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+ features 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

Setup instructions:

Cloud CDN Package manager ZIP Package

Trusted by developers

Peter Levels's avatar
Peter Levels@levelsio

✨ 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

Ryan Edge techhub.social/@chimon's avatar
Ryan Edge techhub.social/@chimon@chimon1984

We went from a completely custom DraftJS (now Lexical) implementation to TinyMCE and did not lose any sleep over it.

alexp0x's avatar
alexp0x@alexp0x

I did a deep dive on this not long ago, TinyMCE is really the only one worth building with.

SeaCat's avatar

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

TinyMCE logo

Versions 4, 5, 6

+

Vue logo

Versions 2, 3

Browsers

Chrome BrowserFirefox BrowserSafari BrowserMicrosoft Edge BrowseriOSAndroid

Deployment type

Tiny CloudNPMYarnZIP

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
Explore PowerPaste
Clean copy-and-paste

Vue editable tables

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

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
Explore Enhanced Code Editor
Vue HTML code editor

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
Explore Inline Editing Mode
Vue inline text editor

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
Explore Image Editing
Vue image editor

Looking for projects that
TinyMCE can be used for?

Access use-case specific starter configs
to kickstart your rich text editing project
Content Management Systems (CMS) ->Email & Messaging Platforms ->Document Management Systems (DMS) ->Customer Relationship Management (CRM) ->Workflow & Collaboration Platforms ->Learning Management Systems (LMS) ->Internal & SaaS Applications ->

Ready to use TinyMCE for
your project?

Get a quote

TinyMCE 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:

  1. Install TinyMCE's Vue integration through NPM, Yarn, Cloud CDN or Zip download.
  2. Import the library in your Vue App file, and create a new instance of the editor.
  3. Customize the editor by adding features, setting options, or styling the UI as needed.
  4. 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

Easily integrates using 12+ frameworks and 400+ flexible APIs.

Explore Integrations ->
Hosting

Cloud-based (free API key) or Self-hosted (download SDK) for use on-premise.

Learn About Hosting ->
Customization

Full source code access for out-of-the-box, UI, or API customizations.

Explore Customization ->

Need more ideas on adding rich text editing to your Vue project?

TinyMCE in numbers

350M+

Downloads every single year

100M+

Products powered by TinyMCE

35M+

Hits on our CDN per day

23,000+

Commits on GitHub

194

Contributors on GitHub

Get your API Key

Back To Top

Join 100,000+ developers who get regular tips & updates from the Tiny team.
Email Address

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Tiny logo

Stay Connected

SOC2 compliance badge

Products

TinyMCEDriveMoxieManager
© Copyright 2024 Tiny Technologies Inc.

TinyMCE® and Tiny® are registered trademarks of Tiny Technologies, Inc.