cdx-button

0.0.3 • Public • Published
  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

Readme

Keywords

none

Package Sidebar

Install

npm i cdx-button

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

151 kB

Total Files

7

Last publish

Collaborators

  • fabiokpoeira