A proof of concept for a Distributed SPA, enabling separate teams to develop and manage UI components independently.
It is full-fledged development version that is bases on
Vite / ImportMaps / HTML / JS / CSS / Vue3 / Vuetify3 / Pinia.
It is distributed on few repositories:
Click to see Demo ( use admin/admin or any login with same password)
It proves that it works and demonstrate how all these parts are initialized and interacted together from different in-browser modules!
yarn
yarn dev
yarn build
yarn preview
-
POC Distributed SPA : Phase-1 Pure implementation without any bundler.
-
POC Distributed SPA : Phase 2 It is full-fledged development version.
-
POC Distributed SPA : Phase-3 Using of multiple repositiories.