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.
- Host: GitHub
- URL: https://github.com/ckeditor/ckeditor4-webpack-template
- Owner: ckeditor
- License: mit
- Created: 2019-11-26T16:00:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T13:23:40.000Z (over 1 year ago)
- Last Synced: 2025-03-23T13:02:23.599Z (over 1 year ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 5
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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