Entrypoint Node.js SDK and is designed to parse server requests from ILC and from responses. It also provides an adapter for application
bundle to work in Node.js environment.
How to use:
For apps: const IlcSdk = require('ilc-sdk').default; (Documentation)
This entrypoint also exposes WebpackPluginsFactory which allows you to simplify Webpack configuration for Apps/Parcels that work with ILC.
See more information by the link from above.
Entrypoint Node.js SDK and is designed to parse server requests from ILC and from responses. It also provides an adapter for application bundle to work in Node.js environment.
const IlcSdk = require('ilc-sdk').default;
(Documentation)const { IlcAppWrapperSdk } = require('ilc-sdk');
(Documentation, Code example)Webpack plugins factory
This entrypoint also exposes WebpackPluginsFactory which allows you to simplify Webpack configuration for Apps/Parcels that work with ILC. See more information by the link from above.
Code examples from demo apps:
Example
Vue.js sample