blubito-react-ui-components v1.0.23
Getting Started with React Component Library
This project was bootstrapped with
Update library as follows
- npm login
- commit your changes to git
npm version patch
(if it's a minor change and backwards-compatible, 1.0.12 => 1.0.13)npm run build-lib
(builds the library)npm publish
(publishes it on npm)- update your library version in the package.json of your project and run
npm install
Available Scripts
In the project directory, you can run:
npm run storybook
Runs the Storybook app in the development mode.\ Open http://localhost:6006 to view it in the browser.
The page will reload if you make edits.\ You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.
npm run build-lib
Builds the library using Rollup to the build
folder.
npm build-storybook
Builds the Storybook application that showcases components for production to the storybook-static
folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago