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

https://github.com/nirebu/naos-quantified-gaming

A Vue frontend for the data provided by the Mionix Naos QG mouse
https://github.com/nirebu/naos-quantified-gaming

gaming mionix quantified-self vue vuex websocket

Last synced: about 1 year ago
JSON representation

A Vue frontend for the data provided by the Mionix Naos QG mouse

Awesome Lists containing this project

README

          

# quantified

A little Vue JS frontend or the data provided by the Mionix Naos QG mouse through a websocket. Still very much work in progress.

## 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/).