yarn
yarn start
- work work work
- update your
src/plugin-manifest.json
file to contain the production URL and other plugin information yarn build
- paste js code from
./build/static/js/main.xxxxxxxx.js
to Flotiq console - navigate to affected Flotiq pages
- Open Flotiq editor
- Open Chrome Dev console
- Execute the following script
FlotiqPlugins.loadPlugin('plugin-id', '<URL TO COMPILED JS>')
- Navigate to the view that is modified by the plugin
- Open Flotiq editor
- Open Chrome Dev console
- Paste the content of
static/js/main.xxxxxxxx.js
- Navigate to the view that is modified by the plugin
- Open Flotiq editor
- Add a new plugin and paste the URL to the hosted
plugin-manifest.json
file (you can usehttps://localhost:3050/plugin-manifest.json
as long as you have accepted self-signed certificate for this url) - Navigate to the view that is modified by the plugin