This example is a ready-to-use client Vue application with Rich Text Editor.
Requirements • To use Rich Text Editor in a Vue application, you need to have a Universal, DXperience, or ASP.NET subscription.Documentation: Rich Text Editor > Get Started > Vue Application
• Versions of the devexpress npm packages should be identical (their major and minor versions should be the same).
Quick Start 1. Open the root folder. In the command prompt, download and install npm packages that are used in the application:
npm install
2. In the same folder, run the following command to compile and run the application:npm run serve
Files to look at:
• App.vue• main.js