shared-ui-repo-test v1.0.26
Shared UI Library
This project is built in
- Typescript
- React
- Vite
- Vitest
- Playwright
and holds components, data, and functions are shared across the UI Projects such as CX, OX 2.0, and Configuroo.
Folder Structure
src
- Contains the source code for the librarytest
lol
Deploying New Versions:
To deploy a new minor version, you can use
npm run deploy
This will auto increment the package JSON, build the project, and push the changes to the repository.
If you need to create a new minor or major version, you can manually update with these commands:
npm version minor
npm version major
You can read more about the options here: https://docs.npmjs.com/cli/v10/commands/npm-version
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago