SKEditor is a extended version of CKEditor. SKEditor uses CKEditor in it's core and has extended features like Preview Data, PDF Export, and more.
Installation
yarn add @skuad/skeditor
This application uses Editor instance as a local package added in the root of library itself
Available Scripts
Installation of all dependencies
# Install the dependencies of SkEditor library
yarn
# Install dependencies across all the internal application available in the project
yarn global-install
Start sample application for live testing
We're using yarn link to link the local package in the sample application for local testing of library
yarn dev
Build the library
Builds the library for production to the dist folder.
yarn build
Publish on npm
npm publish