CKEditor 5 classic build ======================================== [](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic) [](https://david-dm.org/ckeditor/ckeditor5-build-classic) [](https://david-dm.org/ckeditor/ckeditor5-build-classic?type=dev) Classic build of CKEditor 5. Features the [classic creator](https://github.com/ckeditor/ckeditor5-editor-classic) and the standard set of article features. ## Bundles The package contains two bundles of the classic editor: * `build/ckeditor.js` – A minified, ES6 version of the bundle. * `build/ckeditor.compat.js` – A minified, backward-compatible version of the bundle ([babel-preset-env](https://github.com/babel/babel-preset-env) is configured to support `'last 2 versions'`, `'ie >= 11'`). ## Usage First, install the build from npm: ``` npm install --save @ckeditor/ckeditor5-build-classic ``` And use it in your website: ```html
This is the editor content.