@distech/bwg-frontend-components
v3.1.6
Published
Library with common components, styles and other utilities for crypto platform frontend
Downloads
13
Readme
Bretton Woods Gold library with common components, styles and other utilities
Getting Started
yarn start
Runs the lib in the development mode. You can clone this repo locally and then in your project folder run script sh ./node_modules/@distech/bwg-frontend-components/scripts/connect-local-lib.sh
to link this lib.
yarn build
Builds the lib for production to the dist
folder.
Installation
yarn add @distech/bwg-frontend-components
Plus install the required dependencies from peerDependencies in package.json
Publishing
Specify new version
yarn version
Publish
yarn publish
In app and admin projects update the versions in
package.json
and runyarn install