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
- Host: GitHub
- URL: https://github.com/cksachdev/ck5-plugin-boilerplate
- Owner: cksachdev
- License: mit
- Created: 2019-11-19T09:55:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:57:00.000Z (about 3 years ago)
- Last Synced: 2025-01-20T21:27:12.276Z (about 1 year ago)
- Language: JavaScript
- Size: 9.84 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```