Description:
Implement the familiar CKEditor text editor for your Vue.js 2 applications.
Preview:
Download Details:
Author: dangvanthanh
Live Demo: https://github.com/dangvanthanh/vue-ckeditor/blob/master/public/index.html
Download Link: https://github.com/dangvanthanh/vue-ckeditor/archive/master.zip
Official Website: https://github.com/dangvanthanh/vue-ckeditor
Install & Download:
# Install dependencies
npm install
# Server with hot reload at localhost:8080
npm run dev
# Build for production with minification
npm run build