https://github.com/mdbarr/graphviz
Graph Visualization with dynamic SVGs
https://github.com/mdbarr/graphviz
Last synced: 12 months ago
JSON representation
Graph Visualization with dynamic SVGs
- Host: GitHub
- URL: https://github.com/mdbarr/graphviz
- Owner: mdbarr
- Created: 2019-06-18T16:11:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:29:38.000Z (over 3 years ago)
- Last Synced: 2025-03-02T00:23:59.310Z (over 1 year ago)
- Language: JavaScript
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphviz
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).