1.0.0 • Published 7 years ago

billing-services-ui v1.0.0

Weekly downloads
3
License
UNLICENSED
Repository
-
Last release
7 years ago

Installation

This package is published on Natera's artifactory server at http://artifactory:8081/artifactory/api/npm/npmjs-local. To install it, first set your npm registry to that url by including a .npmrc file in your project root or using npm config.

Modules

  • DataTable

Development Guide

  1. npm install
  2. npm run build:watch to start linting and building in the background
  3. Write and commit some code
  4. npm version {patch|minor|major}

After versioning, a tagged commit will also automatically be pushed to the upstream branch.

If you want to test in a consuming application without pushing a new version, you can run npm uninstall billing-services-ui and npm install /path/to/local/billing-services-ui to install the package from your file system. Also be sure to update the local package.json to be "billing-services-ui": "^1.2.0", instead of "billing-services-ui": "http://artifactory:8081/artifactory/npmjs-local/billing-services-ui/-/billing-services-ui-1.2.0.tgz". This is a one-time installation, not a symlink, so you will have to continue uninstalling and reinstalling as you work on the package.

Artifactory

  1. npm pack
  2. Upload to artifactory.