0.0.3 • Published 4 years ago

cdx-button v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago
  1. Clone this repository into your computer
git clone git@github.gam.gehealthcare.com:212070170/cdx-component-starter-package.git
  1. Install dependencies
npm install
  1. Add your component code in src/index.js

  2. Update package.json with your component name and version

  {
	  "name": "put-your-component-name-here",
	  "version": "put-your-component-version-here",
	  ...
  }
  1. Build your component for publishing
npm run build
  1. log in to npm
npm login (you must have an account in npm, have verified your email and have publishing rights)
  1. Publish your component
npm publish