Files
nebula.js/examples/chart-conversion/README.md
Li Kang a228004f75 chore: add chart conversion example (#681)
* feat: add types to nebula serve

* chore: add docs

* chore: add chart conversion example

* chore(desp): bump parcel version in example code

Co-authored-by: caele <tsm@qlik.com>
2021-09-29 14:24:20 +02:00

33 lines
599 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.
```sh
yarn link
```
Update dependencies and link nebula
```sh
yarn
yarn link "@nebula.js/stardust"
```
## Run
Run parcel server
```sh
yarn start
```
Open you browser to http://localhost:1234
## Making local changes
The gitignore is setup to exclude a folder named `local-dev` in the root of this repository. So to make local changes to the mashup you can create that folder and copy all files into it.