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
- Host: GitHub
- URL: https://github.com/nirebu/naos-quantified-gaming
- Owner: nirebu
- Created: 2019-04-22T23:27:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T22:49:36.000Z (about 7 years ago)
- Last Synced: 2025-02-05T09:45:51.777Z (over 1 year ago)
- Topics: gaming, mionix, quantified-self, vue, vuex, websocket
- Language: Vue
- Size: 130 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).