Skip to content

harshpatel-crest/addonfactory-ucc-base-ui

 
 

Repository files navigation

Contributing to UCC UI Lib

Overview

The project contains UI framework that renders UI components dynamically based on provided globalConfig.json.

Getting Started

  1. Clone the repo.
  2. Install yarn (>= 1.2) if you haven't already: npm install --global yarn.
  3. Run the setup task: yarn run setup.

After this step, the following tasks will be available:

  • start – Run the start task
  • build – Create a production bundle
  • lint – Run JS and CSS linters
  • format – Run prettier to auto-format *.js, *.jsx and *.css files. This command will overwrite files without asking, format:verify won't.

Running yarn run setup once is required to enable all other tasks. The command might take a few minutes to finish.

Code Formatting

UCC UI Lib uses prettier to ensure consistent code formatting. It is recommended to add a prettier plugin to your editor/ide.

About

The base UI for Splunk UCC based Add-on user interfaces

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.0%
  • Python 7.2%
  • HTML 1.5%
  • CSS 0.3%