elseware-ui v2.2.30
elseware UI
Setup
Install the dependendecies via npm i.
Run Storybook
To test the components and its features start storybook using npm run storybook.
Build
Run npm run build to build the UI framework.
Publishing to npm
Publishing a New Version
Update the version number:
- Before publishing a new version, update the version in
package.jsonfollowing semantic versioning. - Example:
{ "name": "elseware-ui", "version": "1.0.1", ... }
- Before publishing a new version, update the version in
Build the UI Framework:
- Run the following command to ensure your changes are built and ready to be published:
npm run build
- Run the following command to ensure your changes are built and ready to be published:
Login to npm:
- If you're not already logged in to npm, log in using:
npm login
- If you're not already logged in to npm, log in using:
Publish the package:
- To publish the package, run the following command:
npm publish --access public - Make sure the package name in
package.jsonis unique and does not conflict with other packages on npm.
- To publish the package, run the following command:
Unpublishing an Older Version
If you need to unpublish a specific version of the package:
Unpublish a specific version:
- To unpublish a specific version of your package (e.g.,
1.0.0), run:npm unpublish elseware-ui@1.0.0
- To unpublish a specific version of your package (e.g.,
Unpublish the entire package:
- If you need to unpublish the entire package, you can run the following command (not recommended for public packages):
npm unpublish elseware-ui --force
Note: Be cautious when using
--forceas npm restricts package unpublishing for packages that are older than 72 hours to avoid breaking dependencies.- If you need to unpublish the entire package, you can run the following command (not recommended for public packages):
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
1 year ago
2 years ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago