npm install
npm run serve
npm run build
or build for github pages
npm run build:gh-pages
npm run lint
- 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.
- Copy skins assets
mkdir -p public/tinymce
cp -r node_modules/tinymce/skins public/tinymce