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
- Host: GitHub
- URL: https://github.com/eacaps/orb-hack
- Owner: eacaps
- License: unlicense
- Created: 2023-08-25T18:38:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T20:05:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T09:42:05.000Z (over 1 year ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```