https://github.com/tim-zhang/jet-graph
https://github.com/tim-zhang/jet-graph
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-zhang/jet-graph
- Owner: Tim-Zhang
- Created: 2018-11-26T08:05:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T04:53:52.000Z (over 7 years ago)
- Last Synced: 2024-10-11T19:59:06.708Z (over 1 year ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JetCompose Graphs
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).