Micro apps for building a rich mapping UI with just IFrames
This repository is a proof-of-concept for a set of micro apps that can be embedded as IFrames into a web page, and communicate with each other. The result is a rich user interface, made from self-contained micro apps.
git clone [email protected]:ahocevar/ol-box.git
cd ol-box
npm install
npm run dev
The micro apps are in the micro-apps/
folder. An example page that uses all of them is in index.html
.