Skip to content

A dummy project which shows how to bundle CKEditor 5 with webpack 2.

License

Notifications You must be signed in to change notification settings

wwalc/ckeditor5-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor 5 – webpack example

This is a dummy project which shows how to bundle CKEditor 5 with webpack (version 2).

Quick start

  1. Clone this repository:
     git clone https://github.com/wwalc/ckeditor5-webpack.git
     cd ckeditor5-webpack
     
  2. Create a bundle:
     npm install
     npm run bundle
  3. Open index.html in your browser.

Official webpack support

Follow ckeditor/ckeditor5#139 to stay up to date.

About this project

This is not an official documentation. It is a mere mix of webpack configuration used by ckeditor5.github.io with code posted by Ilya Semenov in this comment, which I'm currently using for playing with CKEditor 5.

The created bundle consists of two files: build/css/styles.css and build/js/app.bundle.js. If you would like to build everything into a single file, check the webpack config of ckeditor5.github.io.

About

A dummy project which shows how to bundle CKEditor 5 with webpack 2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published