- Mobile Plugin Framework
- Export and Build the Plugin
Export and Build the Plugin
After you create the plugin in Oracle Visual Builder and review the requirements for the plugin archive, you must export the plugin.
-
Click Export on the action menu at the top of the
menu.
A .zip file containing the plugin archive is created.
-
Build the plugin using these instructions:
- Install Node.js.
- Uncompress the archive with the plugin to any local folder on your computer.
- Open the terminal and select the folder with the uncompressed archive.
- Use the following terminal command to build the plugin.
npm i && grunt vb-clean && grunt vb-process-local --url:ce=<Service URL> && grunt vb-package
For more information on how to build a plugin using Visual Builder, see the Developing Applications Using Oracle Visual Builder guide. For more information about the Service URL, see the Manage Your Component Exchange topic. -
Compress all the files and folders to a new archive. Ensure that the archive
contains all plugin files and folders in the root of the archive.
Note: You can't upload non-optimized plugin archives to Oracle Fusion Field Service.