An open API service indexing awesome lists of open source software.

https://github.com/eacaps/orb-hack

demonstrate hack to get orb working in vue dev mode
https://github.com/eacaps/orb-hack

Last synced: 27 days ago
JSON representation

demonstrate hack to get orb working in vue dev mode

Awesome Lists containing this project

README

          

# orb vue hack
This is a sample project to demonstrate how to run @memgraph/orb@0.4.1 in vue. The basic approach was to copy the [default-view.ts] file from the orb library as `OrbView.ts` and make modifications to allow consumers to swap out the `_simulator` field.

## Project setup

```
# npm
npm ci
```

### Compiles and hot-reloads for development

```
# npm
npm run dev
```

### Compiles and minifies for production

```
# npm
npm run build
```