@bsi-cx/design-standard-library-web
v1.4.8
Published
Standard content element library for BSI CX.
Downloads
106
Keywords
Readme
@bsi-cx/design-standard-library-web
This is the standard content element library for the landingpage and website master templates for BSI CX.
This repository uses the BSI CX design build based on webpack. Checkout the Wiki to get more information on the design build. To get more information on BSI CX designs, checkout our online documentation.
Requirements
To use this package you have to fulfill the following requirements:
- Node >= 16.16.0
- NPM >= 8.11.0
- A code editor e.g. Visual Studio Code, IntelliJ or Web Storm
- To test your design, you need access to BSI CX
Installation
Fulfill the requirements and run the following command in your project folder:
npm install --save-dev github:bsi-software/bsi-cx-design-standard-library-web#semver:^1.0.0
Or add the following lines to the devDependencies
section in your package.json
:
"@bsi-cx/design-standard-library-web": "github:bsi-software/bsi-cx-design-standard-library-web#semver:^1.0.0"
Please note that 1.0.0
must be replaced with the latest version.
Issues
If you have any problems using this package or found a bug, please create a new issue in this repository on GitHub.
Contributing
If you like to contribute to this project, feel free to fork it and create a pull request.