billing-services-ui
v1.0.0
Published
Shared UI components for the CARE billing applications
Downloads
4
Readme
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
npm install
npm run build:watch
to start linting and building in the background- Write and commit some code
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
npm pack
- Upload to artifactory.