|
|
@@ -0,0 +1,30 @@
|
|
|
+---
|
|
|
+category: api-reference
|
|
|
+---
|
|
|
+
|
|
|
+# CKEditor 5 core editor architecture
|
|
|
+
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-core)
|
|
|
+
|
|
|
+This package implements the core editor architecture – a set of classes and interfaces which glue all the things together.
|
|
|
+
|
|
|
+## Documentation
|
|
|
+
|
|
|
+See the introduction to the {@link framework/guides/architecture/intro#Core-editor-architecture core editor architecture}.
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+npm install --save @ckeditor/ckeditor5-core
|
|
|
+```
|
|
|
+
|
|
|
+## Contribute
|
|
|
+
|
|
|
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-core.
|
|
|
+
|
|
|
+## External links
|
|
|
+
|
|
|
+* [`@ckeditor/ckeditor5-core` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-core)
|
|
|
+* [`ckeditor/ckeditor5-core` on GitHub](https://github.com/ckeditor/ckeditor5-core)
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-core/issues)
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor5-core/blob/master/CHANGELOG.md)
|