@rulecms/source-components-react
v15.0.0
Published
React source components for RuleCMS
Maintainers
Readme
@rulecms/source-components-react
React source components for RuleCMS widgets.
Installation
npm install @rulecms/source-components-reactUsage
import { getSourceComponentsPlugin } from '@rulecms/source-components-react';
// Use the plugin in your RuleCMS widget configuration
const plugin = getSourceComponentsPlugin();Development
Install dependencies
npm installBuild
npm run buildRun tests
npm run testRun Storybook
npm run storybookType checking
npm run typecheckLinting
npm run lintPublishing
Patch version (1.0.0 -> 1.0.1)
npm run version:patch
npm run releaseMinor version (1.0.0 -> 1.1.0)
npm run version:minor
npm run releaseMajor version (1.0.0 -> 2.0.0)
npm run version:major
npm run releaseLicense
UNLICENSED - This is proprietary software for RuleCMS, LLC.
