2.0.5-derp-1 • Published 5 years ago

scm-ui v2.0.5-derp-1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

screen shot 2018-07-26 at 11 14 15 am

Welcome to SCM-UI!

SCM-UI is a library that allows developers to build interactive pages quickly via JSON configurations. The library consists of extensible, configurable and reusable React components and Redux actions.

PRs Welcome GitHub issues scm-ui

Requirements

node version >= 10
npm version >= 6

Commands

Add to existing project

$ npm install scm-ui --s

Use/test the library locally

Clone the repo:

git clone https://github.paypal.com/SCM-Platform/SCM-UI.git

To build the library (will create a new lib directory), run

$ npm run build

To remove lib directory (contains transpiled code), run

$ npm run clean

For usage examples, run the following:

$ npm run styleguide

Visit http://0.0.0.0:6060/ to use the interactive style guide.