1.1.0 • Published 5 years ago
trova-components v1.1.0
Trova Components Library
A set of beautiful and colorful React components to build a modern and beautiful application.
Technologies
Usage
In addition, the library is using code splitting. To take advantage of this feature, the import of the components should be like this:
import TestComponent from 'react-component-library/build/TestComponent';Commands
Basic
npm run build -> Rollup bundling process
npm run storybook -> Storybook will load up your components at http://localhost:6006
npm run test:watch -> To run your tests locally (they will re-run whenever a file is changed)
npm run docz:dev -> Live preview of the documentation
Documentation
npm run storybook:export -> Export Storybook as static files
npm run docz:build -> To generate the static documentation to deploy to the documentation pages
Importing project
- To include this project, you need to add this to the package dependencies:
"trova-components": "git://github.com/BrandonDenham/trova-components.git"- Run npm install or yarn install (depending on the parent project tool you are using)
- On terminal, go the node_module/trova-components folder, and run
npm run build - Now you can start importing components to the proyect using this structure:
import componentName from '@trova/components/componentName' ```
Miscellaneous
npm run test -> Used for the CI/CD pipeline