Inbox app gives an email-style communication.
flowchart RL
P{3NWeb <br> platform} <-- ASMail <br> send/receive CAPs --> M[Main UI <br> /index.html]
Vue3 framework is used for GUI components. Composition style API of Vue3 allows creating of code that is composable into tests app to run and test different scenarios.
More details are described in this documentation.
This uses code base pnpm.
Initialize tooling with terminal command:
pnpm install --frozen-lockfileBuild Chat app's app folder with:
pnpm run buildapp folder and manifest.json constitute runable 3NWeb app.