editor-research-v1

ckeditorのVueバージョンのテストリポジトリです。 起動方法 ``` yarn

Usage no npm install needed!

<script type="module">
  import editorResearchV1 from 'https://cdn.skypack.dev/editor-research-v1';
</script>

README

editor-research

ckeditorのVueバージョンのテストリポジトリです。 起動方法

yarn

yarn serve

npm install方法

yarn add editor-research-v1

ローカルでフロントエンドのつなぎこみ作業を行う際は、以下の順で作業を行う

yarn build

cp -r dist 作業中のfrontend-application/node_modules/editor-research-v1