@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:
Downloads
10
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-widget
Or if you're using yarn:
yarn add @competitionlabs/rules-engine-widget
Contributing
Prerequisites
- NodeJS >= 10.x
- NPM >= 6.x
Build
Go to the root directory and install the dependencies.
npm install
Run npm run build
to generate production files inside dist
directory.
npm run build
You can run npm start
to run widget in development mode.
npm start
Example
Go to the demo
directory and run npm serve
to open an example of usage.
npm serve