buildit-dashboards
v1.0.2
Published
Component library for Build IT Reporting Dashboard
Maintainers
Readme
Build-IT Reporting Components
Shared component library for Build IT Reporting Dashboard.
Scripts
npm run dev: Start build in watch mode.npm run build: Build the package.npm run generate:api: Generate the API client from the Swagger JSON.
API Client
The API client is generated using openapi-typescript-codegen. The generated code is located in src/api.
To regenerate the client:
npm run generate:api