@aleleba/ro-ut-ui
v3.0.11
Published
UI Component for Ro-ut App
Maintainers
Readme
Ro-ut UI Library
This project is the React Library with storybook for Ro-ut.
Setup
You will need to create a new .env file at the root of the project for global config. This is an exaple of config.
#Library Name (Default: ui-library)
LIBRARY_NAME=ui-library
#External CSS (Default: false)
EXTERNAL_CSS=true
#External CSS NAME (Default: index.css)
EXTERNAL_CSS_NAME=other_name.cssFor Development
In the terminal run:
npm run startYou will find the components on:
scr/componentsYou will find stories of storybook on:
scr/storiesThis will start the app-library in development mode, also it have Hot Reloading! Enjoy coding!
For Production
In the terminal run:
npm run buildIt will create a dist folder and run:
npm publishThis will publish on npm your package.
Cheers
Hope you enjoy this proyect! Sincerely Alejandro Lembke Barrientos.
