Low-code Constructor
Read on for a brief introduction to DEIP's low-code Constructor.
The low-code Constructor is a free, open-source tool that helps developers build their applications (i.e. Portals) in the DEIP Network. This tool requires basic programming skills because you build Portals by assembling ready-made software modules.
We designed a set of ready-to-use software modules, consisting of Java Script packages to build frontend applications and Portals. The modules allow you to avoid immersing yourself in the low-level technical features of the technology and make it possible to launch a quality project quickly and safely.
Check out our video guide below to get started 📺
DEIP low-code Constructor
The DEIP-modules repository consists of Java Script packages designed to build frontend applications and Portals. Modules allow you to connect to services to interact with DEIP infrastructure and are implemented using the Vue framework and Vuetify components library.
We recommend you install Lerna globally:
npm install -g lerna
npm install && npm run bootstrap
For all packages
lerna add [module name]
Specified package
lerna add [module name] --scope=[target]
Publishing is only allowed from develop and master branches. Branches must be clean and up to date.
npm run publish
Last modified 1yr ago