0.1.9 • Published 4 years ago

ckeditor-icclist-plugin v0.1.9

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

ICC List Plugin for CKEditor

Install

Install via yarn (or npm)

$ yarn add ckeditor-icclist-plugin # or npm install --save ckeditor-icclist-plugin

Install via bower

$ 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 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

$ yarn install

To compile for release:

$ yarn run compile
0.1.9

4 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

7 years ago