Build design ZIP files for BSI CX using a standard Webpack build. Checkout the documentation on GitHub Wiki or visit the BSI Software website for more information about BSI CX. If you need more information about BSI CX designs, you can read our online documentation. To start a new BSI CX design project, we recommend you to use our master template web. Which provides a complete template for the web (batteries included). For emails, you can use the master template email. If you like so start from scratch instead, checkout our scaffold design.
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
Fulfill the requirements and run the following command in your project folder:
npm install --save-dev @bsi-cx/design-build
Or add the following lines to the devDependencies
section in your package.json
:
"@bsi-cx/design-build": "^1.0.0"
Checkout the Wiki for more information on this package and how to use it.
If you have any problems using this package or found a bug, please create a new issue in this repository on GitHub.
If you like to contribute to this project, feel free to fork it and create a pull request. For further information, checkout our contribution guideline in the Wiki.