https://github.com/scylladb/queuemulator
https://github.com/scylladb/queuemulator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scylladb/queuemulator
- Owner: scylladb
- Created: 2020-10-18T15:07:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T15:05:10.000Z (over 4 years ago)
- Last Synced: 2024-12-27T08:12:05.898Z (5 months ago)
- Language: Vue
- Size: 2.43 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# queuemulator
Interactive queueing theory graphs. Play with it [here](http://queuemulator.gh.nukemberg.com/)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).