Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 315 Bytes

File metadata and controls

21 lines (14 loc) · 315 Bytes

ICC List Plugin for CKEditor

Setup

First, install encore and dependenices (builds node_modules folder).

$ yarn install --dev

Build the plugin (creates the dist folder with all files).

$ yarn run encore dev

To compile for release:

$ yarn run encore production