@competitionlabs/rules-engine-widget
v0.1.7
Published
The Rules Engine Widget package lives in the [npm](https://www.npmjs.com/get-npm). To install the latest stable version, run the following command:
Maintainers
Keywords
Readme
Installation
The Rules Engine Widget package lives in the npm. To install the latest stable version, run the following command:
npm i @competitionlabs/rules-engine-widgetOr if you're using yarn:
yarn add @competitionlabs/rules-engine-widgetContributing
Prerequisites
- NodeJS >= 10.x
- NPM >= 6.x
Build
Go to the root directory and install the dependencies.
npm installRun npm run build to generate production files inside dist directory.
npm run buildYou can run npm start to run widget in development mode.
npm startExample
Go to the demo directory and run npm serve to open an example of usage.
npm serve