MaestroThe UI design product. | Form Builder | All versions This feature is related to all versions.
You can use the gulp watch task to automatically create a native component library while you are developing your components in a Visual Studio Code editor.
To create a library in Visual Studio Code:
gulp watch
into the Integrated Terminal window src
folder.gulp watch
builds your Maestro library in the dist
directory.If you don't want to continuously have the gulp watch
task running, you can use gulp zip
command to generate your Maestro library manually.
For more information, see Creating native components for Maestro (Eclipse/ IntelliJ Developers).