1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# example-nested-dockpanel-amd
Example of nested dock panel.
## Prerequisites
From the root lumino folder run:
```
yarn install
yarn run build
yarn run minimize
```
You should now be able to open [index.html](./index.html) directly into your web browser.
## Notable differences
- All dependencies loaded via AMD + RequireJS, see `head` section of [index.html](./index.html)
- TypeScript converted to IE compatible JavaScript
- CSS files manually imported as needed via [style/index.css](style/index.css)
|