mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
* chore: add dev mashup example * chore: update example readme * fix: update schema version * chore: change stardust to dep
29 lines
380 B
Markdown
29 lines
380 B
Markdown
# Nebula Development Mashup example
|
|
|
|
Example mashup for nebula development
|
|
|
|
## Install
|
|
|
|
To use a local nebula version, run this in the stardust folder to allow linking your local version.
|
|
|
|
```
|
|
yarn link
|
|
```
|
|
|
|
Update dependencies and link nebula
|
|
|
|
```
|
|
yarn
|
|
yarn link "@nebula.js/stardust"
|
|
```
|
|
|
|
## Run
|
|
|
|
Run parcel server
|
|
|
|
```
|
|
yarn start
|
|
```
|
|
|
|
Open you browser to http://localhost:1234
|