

Installing a build with npm is as simple as calling one of the following commands in your project: npm install -save Or:

Use this search link to view all official build packages available in npm. # npmĪll predefined builds are released on npm. This limits its customization capabilities. However, CDN only offers ready-to-use, predefined packages (CKEditor 5 builds). Using CDN reduces the number of HTTP requests handled by your server so it speeds it up as well. If the same version of CKEditor has already been downloaded (even on a different website), it is loaded from cache. CKEditor is hosted on servers spread across the globe – the scripts are loaded faster because they are served from the nearest locations to the end user. When using CDN no download is actually needed.

Predefined CKEditor 5 builds can be loaded inside pages directly from CKEditor CDN, which is optimized for worldwide super-fast content delivery. There are several options to download predefined CKEditor 5 builds:

Home / CKEditor 5 / Getting started Predefined CKEditor 5 builds
