Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivekg13186/lumino_js_starter_template
https://github.com/vivekg13186/lumino_js_starter_template
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vivekg13186/lumino_js_starter_template
- Owner: vivekg13186
- Created: 2023-03-17T19:30:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T19:10:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T02:02:12.144Z (8 months ago)
- Language: TypeScript
- Size: 820 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lumino_js_starter_template
Starter template for lumino js
## Features
- Dock Panel
- CSS with default theme setup
- Typescript support
- Parcel js for build and bundling## New Widgets
- Chrome style developer console widget
- Tabulator widget to show advanced grid
- Toolbar widget
- BPMN Editor
- Code Editor
- Statusbar
## Install
```
yarn install
```
## Resource Links- [Lumino](https://github.com/jupyterlab/lumino)
- [Luna](https://luna.liriliri.io/?path=/story/console--console)
- [Tabulator](https://tabulator.info/)
- [BPMN IO](https://bpmn.io/)
- [Code mirror](https://codemirror.net/)
## Run / Build
```
yarn run build
```## Screenshot
![alt text](https://raw.githubusercontent.com/vivekg13186/lumino_js_starter_template/master/screenshot.png)