Skip to content

qar/vue-with-tinymce

Repository files navigation

vue-with-tinymce

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

or build for github pages

npm run build:gh-pages

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Add Tinymce

  1. Install editor core with vue component
npm install --save tinymce
npm install --save @tinymce/tinymce-vue@^3

@tinymce/tinymce-vue Version 4.0 is intended to support Vue 3. For Vue 2.x and below please use previous versions of the wrapper.

  1. Copy skins assets
mkdir -p public/tinymce
cp -r node_modules/tinymce/skins public/tinymce

About

Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages