@zoovu/create-remote-component
v2.1.1
Published
This package will generate remote component - a plugin for [Zoovu's Experience Designer](https://zoovu.com/experience-designer).
Downloads
10
Keywords
Readme
@zoovu/create-remote-component
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
CHANGELOG
2.1.1
- Using the newest exd-scripts dependency with new STANDALONE component type
2.1.0
- Small refactor in
tutorial
component to match the directory structure offlow step
component - Change link to documentation
2.0.0
- 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.
1.5.0
- Update
README
in examples - add link to documentation - Update scripts version to
1.0.0
1.4.0
- Add documentation link in
zoovu.manifest.js
1.3.0
- Change
tutorial component
type and update list of available types.
1.2.0
- Optimize size of bundled remote component
1.1.0
- Add hot module reload functionality for
preset
files
1.0.1
- Fix hot-reload functionality for
tutorial
template
1.0.0
- 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.