oro-ui-library
v1.1.3
Published
Library for reusable components
Downloads
4
Readme
oro-ui-library
This is a library of re-usable React components. For the most part, these components are meant to simplify building your application.
Installation
To install the oro-ui-library components from NPM as a dependency for your project, you can run the following command in your project root:
npm install oro-ui-library
NOTE: This install command will install the package from NPM.
Building the Library
To work with this library, first clone down the repository and install dependencies:
The library can be built by running the following command.
npm run build
Testing the library
To test this library, first clone down the repository and install dependencies:
The library can be tested by running the following command.
npm test