corridor-esnet
v0.0.20
Published
Corridor is a suggested top-level "frame application" that is intended to wrap other applications in ES UX efforts.
Downloads
5
Readme
Corridor
Corridor is a suggested top-level "frame application" that is intended to wrap other applications in ES UX efforts.
Installation and dev server
git clone [email protected]:seg/corridor.git
yarn
yarn dev
Notes on some build oddities
This build produces multiple targets:
- UMD / CommonJS module
- ESM / ES6 Module
- IIFE (Immediately-Invoked Function Expression) Module
Additionally, npm run build
executes some additional commands, namely building the css and copying an index.html in place that demonstrates how to import the ESM artefact.