Why we need a rich text editor

Let’s assume a scenario where we want, our user can enter their experience with our product, and then we will show that on our website. here we can get user experience in normal text area but when we will show it on our website it looks simple but if we use a rich-text editor, user can use multiple text formatting options and write a proper blog of his experience and of course, it’s easy to read for others. So without wasting time lets start the coding

Installation

First, install a npm package name tiptap-vuetify from here

npm install --save tiptap-vuetify

#web-development #vuejs #nuxtjs #javascript #vue

How to Add Rich Text Editor in NuxtJS
53.15 GEEK