An open API service indexing awesome lists of open source software.

https://github.com/ckeditor/ckeditor4-webpack-template

Simple template for creating CKEditor 4 projects with Webpack.
https://github.com/ckeditor/ckeditor4-webpack-template

Last synced: about 1 year ago
JSON representation

Simple template for creating CKEditor 4 projects with Webpack.

Awesome Lists containing this project

README

          

# CKEditor 4 WYSIWYG editor webpack template

This is a [template repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) that shows how to integrate [CKEditor 4 WYSIWYG editor](https://github.com/ckeditor/ckeditor4) with [webpack](https://webpack.js.org/), [Babel](https://babeljs.io/) and [Terser](https://terser.org/).

It can be used as a starting point for setting up a CKEditor 4 webpack project.

## Basic usage

Just clone this repository, install dependencies and start the server to preview the sample:

```
git clone git@github.com:ckeditor/ckeditor4-webpack-template.git
cd ckeditor4-webpack-template
npm install
npm start
```

## Deep dive

To learn more about integrating CKEditor 4 with webpack, take a look at the [CKEditor 4 Webpack Integration guide](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_webpack.html).

## License

Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license