0.0.1 • Published 6 years ago

ngr-rba-source v0.0.1

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

Synopsis

This is the library package for ngr project. All shared components or functions that will be used across mutiple ngr component should be coded in here and used in ngr via "npm install".

Motivation

In order to reduce QA regression test, we intend to separete shared code from ngr project. So that we have version control over these code, and we only need to do test to updated components in ngr.

Installation

Build

  • Dev version: "npm run start"
  • Prod version: "npm run build"

Tests

  • Run test: "npm test"