https://github.com/caxy/ckeditor-icclist-plugin
ICC List Plugin for CKEditor
https://github.com/caxy/ckeditor-icclist-plugin
Last synced: 18 days ago
JSON representation
ICC List Plugin for CKEditor
- Host: GitHub
- URL: https://github.com/caxy/ckeditor-icclist-plugin
- Owner: caxy
- License: mit
- Created: 2017-02-15T21:34:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T15:57:13.000Z (about 5 years ago)
- Last Synced: 2026-01-26T22:25:46.761Z (5 months ago)
- Language: JavaScript
- Size: 368 KB
- Stars: 0
- Watchers: 24
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICC List Plugin for CKEditor
## Install
Install via yarn (or npm)
```bash
$ yarn add ckeditor-icclist-plugin # or npm install --save ckeditor-icclist-plugin
```
Install via bower
```bash
$ bower install --save ckeditor-icclist-plugin
```
## Usage
...
## Development
This uses webpack to compile the plugins into the dist directory. The JS files are passed through [babel-loader](https://github.com/babel/babel-loader) and are bundled into a single `plugin.js` file for each plugin directory.
The webpack configuration expects the list of plugins it needs to compile in `config/project.config.js` at property `config.pluginNames`. Therefore, if a plugin directory name is changed, the plugin name in `config/project.config.js` must also be changed.
#### Setup
```bash
$ yarn install
```
#### To compile for release:
```bash
$ yarn run compile
```