A collection of Aurelia UI components to support Sharptop's products.
To build the code, follow these steps.
- Install NodeJS if you don't have it yet.
- Install project dependencies:
npm install
- Build the project:
npm run build
- Compiled code will be in the
dist
folder, avaiable in three module formats: AMD, CommonJS, and ES6.