An open API service indexing awesome lists of open source software.

https://github.com/cksachdev/ck5-plugin-boilerplate

CKEditor 5 Plugin Boilerplate
https://github.com/cksachdev/ck5-plugin-boilerplate

Last synced: about 1 year ago
JSON representation

CKEditor 5 Plugin Boilerplate

Awesome Lists containing this project

README

          

# ck5-plugin-boilerplate
CKEditor 5 Plugin Boilerplate

**Build semantic ui**
```
cd semantic
npm i
gulp build
```

Building the plugin
```
yarn run watch
```