Basic Tutorial: Hello Exchange Plugin web view
Step 1: Initialize the hello-exchange plugin web view.
cd web/
npm run add-plugin --plugin=hello-exchange --type=pageStep 2: Install the initial plugin.
cd ..
npm run build --plugin=hello-exchangeStep 3: disable CORS error on the browser.
Step 4: Plugin interactive development mode
Step 5: Create, watch and serve web view bundles and the JSON file.
Step 6: Start Hollaex kit plugin development mode.
Step 7: Update the view.json file.
Step 8: Update the strings.json file.
Step 9: Update Form.js component
Step 10: Install the plugin.
Last updated