File: README.md

package info (click to toggle)
lumino 2024.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,448 kB
  • sloc: javascript: 1,324; python: 129; makefile: 24; sh: 5
file content (21 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
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)