@skuad/skeditor
v0.3.32
Published
Interactive Editor for react
Readme
Installation
yarn add @skuad/skeditorThis 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 devBuild the library
Builds the library for production to the dist folder.
yarn buildPublish on npm
npm publish