1.0.10-alpha.5 • Published 3 years ago

@dmgtest/cc-shared v1.0.10-alpha.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Component Library

This is a component library containing shared components to be shared accross Control Center services.

Steps for local development and linking it to your project

  1. yarn install
  2. yarn link
  3. yarn build
  4. Go to your service and yarn link "dmgtech-components"

To get changes reflected in the local service which links this component library, do yarn build

Available Scripts

In the project directory, you can run:

yarn test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

yarn lint

Test linting for the files and identifies linting errors if present.

yarn lint:css

Test linting for the CSS files and identifies linting errors if present.

yarn build

Builds the library to the lib folder.\ It bundles React in prodcution mode to be used as library in other React apps and optimizes the build for the best performance.