pfm-components
v1.0.0
Published
Components library for frontend PFM applications.
Readme
PFM Components
1. How to use it
1.1. In development
# start the watcher to auto-build the dist
npm run compile:watchDo not forget to add your file to the barrel after a file creation!
1.2. In preprod/prod
Run the manual step "Release & publish version" thru the CI (main branch only!) and update the version within the package.json of the parent project
2. Conventions
2.1. Naming
- files
- my-file.ts
- my-file.dto.ts
- my-file.types.ts
- my-components.tsx
3. Dependencies

