- Run
yarn install
.
- Run
yarn start
(that builds a micro app defined insample/sample-dev.js
). - Open the
sample/sample-dev.html
file in your browser.
- Clone the https://github.com/ckeditor/ckeditor5 repo next to the plugin repo. This step is necessary for now because the base DLL and manifest are not published on npm yet. However, it could be made invisible for plugin developer (happen under the hood of this task).
cd ckeditor5 && yarn install && yarn dll:build
cd ../ckeditor5-plugin-env && yarn build
- Open the
sample/sample-dll.html
file in your browser.