1.0.9 • Published 4 years ago
@terra-money/react-widget v1.0.9
react-widget
How to build react-widget
npm i
npm run buildHow to run react-widget storybook
npm i
npm run storybookHow to run react-widget example
npm i
npm run build
cd example/
npm i
npm run startHow to publish react-widget to npm
npm i
npm run build
npm login
npm publish