This package will generate remote component - a plugin for Zoovu's Experience Designer.
Check our docs here: Remote Component Development Tutorial
You can choose from one of the templates:
- button
- flow-step
- recommendations
- tutorial
- Using the newest exd-scripts dependency with new STANDALONE component type
- Small refactor in
tutorial
component to match the directory structure offlow step
component - Change link to documentation
- All remote component use
node 20
. Please usenode 20
to install and build components - Refactor remote components: now preset, configuration and styles does not have to be imported in the root of the component.
- Update
README
in examples - add link to documentation - Update scripts version to
1.0.0
- Add documentation link in
zoovu.manifest.js
- Change
tutorial component
type and update list of available types.
- Optimize size of bundled remote component
- Add hot module reload functionality for
preset
files
- Fix hot-reload functionality for
tutorial
template
- Initial release of
exd-cli
. - Commands for downloading templates based on your requriement.
- Support for configuration files.
- Detailed help messages for each command.
- Error handling for common issues.
- Incorporated flow-step template
- Introduced functionality to download the flow step template along with all its configurations.
- Incorporated recommendations template
- Introduced functionality to download the recommendations template along with all its configurations.
- Incorporated buttons template
- Introduced functionality to download the buttons template along with all its configurations.